if I read a calendar with all-day events ("DTSTART;VALUE=DATE:20150701") the event.getDateStart().hasTime() gets correctly false. But if I try to export them, they transform to midnight events ("DTSTART:20150701T000000").
What I'm doing wrong?
Timon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
if I read a calendar with all-day events ("DTSTART;VALUE=DATE:20150701") the event.getDateStart().hasTime() gets correctly false. But if I try to export them, they transform to midnight events ("DTSTART:20150701T000000").
What I'm doing wrong?
Hi Timon,
This is a known issue (see Ticket 7). The fix will be included in the next stable release.
Workaround: Tweak the DTSTART property before writing the iCalendar object like so: