I'm currently working on displaying dates from ical format (fetched via caldav from iCloud). However, the datetime formats aren't consistant, sometimes I get an VEVENT
like the following:
BEGIN:VEVENT
...
DTSTART;TZID=Europe/Berlin:Mond marc 2013 T-001020350 (TIV)
DTEND;TZID=Europe/Berlin:20130315T120000
END:VEVENT
The DTSTART
datetime doesn't make sense to me. Is there any documentation on how to interpret that kind of datetime?