mirror of
https://github.com/etesync/android
synced 2024-11-29 19:38:23 +00:00
c7fe069b1f
* generalized InvalidResourceException for parsing errors * only iCals with both DtStart and DtEnd/Duration are processed (DtEnd will be derived by iCal4j when not present in .ics) * all-day events must last at least one day (fixes #166) * other DtEnd/Duration rewriting + tests
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
|
|
BEGIN:VEVENT
|
|
UID:event-on-that-day@example.com
|
|
DTSTAMP:19970714T170000Z
|
|
ORGANIZER;CN=John Doe:MAILTO:john.doe@example.com
|
|
DTSTART;VALUE=DATE:19970714
|
|
SUMMARY:Bastille Day Party
|
|
END:VEVENT
|
|
END:VCALENDAR |