From c1f39d24f7989ed0905757bf4b404dca6e1f2b90 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 11 Dec 2025 23:14:08 +0100 Subject: [PATCH] add new test ics --- radicale/tests/static/event_multiple3.ics | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 radicale/tests/static/event_multiple3.ics diff --git a/radicale/tests/static/event_multiple3.ics b/radicale/tests/static/event_multiple3.ics new file mode 100644 index 00000000..c8275933 --- /dev/null +++ b/radicale/tests/static/event_multiple3.ics @@ -0,0 +1,40 @@ +BEGIN:VCALENDAR +PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN +VERSION:2.0 +BEGIN:VTIMEZONE +TZID:Europe/Paris +X-LIC-LOCATION:Europe/Paris +BEGIN:DAYLIGHT +TZOFFSETFROM:+0100 +TZOFFSETTO:+0200 +TZNAME:CEST +DTSTART:19700329T020000 +RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3 +END:DAYLIGHT +BEGIN:STANDARD +TZOFFSETFROM:+0200 +TZOFFSETTO:+0100 +TZNAME:CET +DTSTART:19701025T030000 +RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 +END:STANDARD +END:VTIMEZONE +BEGIN:VEVENT +UID:event +SUMMARY:Event +DTSTART;TZID=Europe/Paris:20130901T190000 +DTEND;TZID=Europe/Paris:20130901T200000 +END:VEVENT +BEGIN:VTODO +UID:todo +DTSTART;TZID=Europe/Paris:20130901T220000 +DURATION:PT1H +SUMMARY:Todo +END:VTODO +BEGIN:VEVENT +UID:event2 +SUMMARY:Event-with-longer-description +DTSTART;TZID=Europe/Paris:20130901T190000 +DTEND;TZID=Europe/Paris:20130901T200000 +END:VEVENT +END:VCALENDAR