2023-09-07 03:37:56 +02:00
|
|
|
ICS files from Microsoft Outlook differ from those that were created by Gnome Evolution.
|
|
|
|
(semicolons are used instead of colons at some position)
|
|
|
|
|
|
|
|
Evolution
|
|
|
|
---------
|
2023-09-08 19:38:25 +02:00
|
|
|
all line endings are \r\n
|
|
|
|
|
2023-09-07 03:37:56 +02:00
|
|
|
all day event:
|
|
|
|
DTSTART;VALUE=DATE:20230908
|
|
|
|
DTEND;VALUE=DATE:20230909
|
|
|
|
|
2023-09-08 19:38:25 +02:00
|
|
|
an all day event can span over multiple days and look like this:
|
|
|
|
DTSTART;VALUE=DATE:20230911^M$
|
|
|
|
DTEND;VALUE=DATE:20230916^M$
|
|
|
|
|
2023-09-07 03:37:56 +02:00
|
|
|
appointment:
|
|
|
|
DTSTART;TZID=/freeassociation.sourceforge.net/Continent/City:
|
|
|
|
20230909T090000
|
|
|
|
DTEND;TZID=/freeassociation.sourceforge.net/Continent/City:
|
|
|
|
20230909T093000
|
|
|
|
|
2023-09-08 20:01:42 +02:00
|
|
|
appointments can also span over multiple days:
|
|
|
|
DTSTART;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
|
|
|
|
20230913T230000
|
|
|
|
DTEND;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
|
|
|
|
20230914T040000
|
|
|
|
|
|
|
|
Appointments include the continent and city of the used time zone.
|
2023-09-07 06:18:05 +02:00
|
|
|
|
|
|
|
"DESCRIPTION:" is an optional field.
|