summaryrefslogtreecommitdiffstats
path: root/testdata
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-17 11:42:49 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-17 11:42:49 +0100
commitf54c1b81ea64be07e75609bf919729ed4f0cf877 (patch)
treed274536ed5009d743578db713a1c49b260428263 /testdata
parent4fcfa895992fb9865e95bb96b751b25348bdf28e (diff)
add "get" action
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testdir_two_cals/cal/first/twodaysacrossbuckets.ics31
1 files changed, 31 insertions, 0 deletions
diff --git a/testdata/testdir_two_cals/cal/first/twodaysacrossbuckets.ics b/testdata/testdir_two_cals/cal/first/twodaysacrossbuckets.ics
new file mode 100644
index 0000000..ff238b2
--- /dev/null
+++ b/testdata/testdir_two_cals/cal/first/twodaysacrossbuckets.ics
@@ -0,0 +1,31 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+CALSCALE:GREGORIAN
+PRODID:-//Ximian//NONSGML Evolution Calendar//EN
+BEGIN:VTIMEZONE
+TZID:/freeassociation.sourceforge.net/Europe/Berlin
+X-LIC-LOCATION:Europe/Berlin
+BEGIN:STANDARD
+TZNAME:CET
+DTSTART:19701028T030000
+RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
+TZOFFSETFROM:+0200
+TZOFFSETTO:+0100
+END:STANDARD
+BEGIN:DAYLIGHT
+TZNAME:CEST
+DTSTART:19700325T020000
+RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
+TZOFFSETFROM:+0100
+TZOFFSETTO:+0200
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+UID:20181129T142636Z-11617-1000-1-0@pool-4-4
+DTSTAMP:20181129T092002Z
+DTSTART;TZID=/freeassociation.sourceforge.net/Europe/Berlin:20181213T233000
+DTEND;TZID=/freeassociation.sourceforge.net/Europe/Berlin:20181217T193000
+SEQUENCE:2
+SUMMARY:shows up on two days
+END:VEVENT
+END:VCALENDAR