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
238 B
Plaintext
11 lines
238 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
|
|
BEGIN:VEVENT
|
|
UID:all-day-1day@example.com
|
|
DTSTAMP:20140101T000000Z
|
|
DTSTART;VALUE=DATE:19970714
|
|
DTEND;VALUE=DATE:19970714
|
|
SUMMARY:All-Day 1 Day
|
|
END:VEVENT
|
|
END:VCALENDAR |