aboutsummaryrefslogtreecommitdiff
path: root/testcal
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:42:59 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:42:59 +0100
commit7c81b056a56eb0f142b99423509994fa2ed4cf71 (patch)
tree94d17346d50beaeeab5c29b393c8191267df62c7 /testcal
parentVarius minor fixes. (diff)
downloadcalp-7c81b056a56eb0f142b99423509994fa2ed4cf71.tar.gz
calp-7c81b056a56eb0f142b99423509994fa2ed4cf71.tar.xz
Got DAILY repeating event!
Diffstat (limited to 'testcal')
-rw-r--r--testcal/repeating-event.ics28
1 files changed, 28 insertions, 0 deletions
diff --git a/testcal/repeating-event.ics b/testcal/repeating-event.ics
new file mode 100644
index 00000000..2605d3e1
--- /dev/null
+++ b/testcal/repeating-event.ics
@@ -0,0 +1,28 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN
+BEGIN:VTIMEZONE
+TZID:Europe/Stockholm
+BEGIN:STANDARD
+DTSTART;VALUE=DATE-TIME:20181028T020000
+TZNAME:CET
+TZOFFSETFROM:+0200
+TZOFFSETTO:+0100
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART;VALUE=DATE-TIME:20190331T030000
+TZNAME:CEST
+TZOFFSETFROM:+0100
+TZOFFSETTO:+0200
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+SUMMARY:Repeating event
+DTSTART;TZID=Europe/Stockholm;VALUE=DATE-TIME:20190302T160000
+DTEND;TZID=Europe/Stockholm;VALUE=DATE-TIME:20190302T170000
+DTSTAMP;VALUE=DATE-TIME:20190302T165849Z
+UID:USG7HSRFJSZ6YURWCNSH3UCKI2PHP19SWGBG
+SEQUENCE:0
+RRULE:FREQ=DAILY
+END:VEVENT
+END:VCALENDAR