From 0bf170921383f7782fbb136508dce8d79e1a21b8 Mon Sep 17 00:00:00 2001 From: bjoernf Date: Thu, 7 Sep 2023 03:37:56 +0200 Subject: [PATCH] created docs dir with ics format info --- docs/ics_format.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/ics_format.txt diff --git a/docs/ics_format.txt b/docs/ics_format.txt new file mode 100644 index 0000000..1b73b48 --- /dev/null +++ b/docs/ics_format.txt @@ -0,0 +1,16 @@ +ICS files from Microsoft Outlook differ from those that were created by Gnome Evolution. +(semicolons are used instead of colons at some position) + +Evolution +--------- +all day event: +DTSTART;VALUE=DATE:20230908 +DTEND;VALUE=DATE:20230909 + +appointment: +DTSTART;TZID=/freeassociation.sourceforge.net/Continent/City: + 20230909T090000 +DTEND;TZID=/freeassociation.sourceforge.net/Continent/City: + 20230909T093000 + +This includes the continent and city of the used time zone.