aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-23 00:21:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-23 00:21:28 +0100
commit43ee98219ce9b077109512785de629d416e8bd6f (patch)
treefeb2dad3c559c1211d0a632ca01090e45709db77 /testdata
parentMinor cleanup. (diff)
downloadcalp-43ee98219ce9b077109512785de629d416e8bd6f.tar.gz
calp-43ee98219ce9b077109512785de629d416e8bd6f.tar.xz
Set up better test for recurring events.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/recurrence/simple-daily.ics13
1 files changed, 13 insertions, 0 deletions
diff --git a/testdata/recurrence/simple-daily.ics b/testdata/recurrence/simple-daily.ics
new file mode 100644
index 00000000..f6ccd661
--- /dev/null
+++ b/testdata/recurrence/simple-daily.ics
@@ -0,0 +1,13 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-Manual baby!
+BEGIN:VEVENT
+SUMMARY:Repeating event
+DTSTART;20190302T160000
+DTEND;VALUE=DATE-TIME:20190302T170000
+DTSTAMP;VALUE=DATE-TIME:20190302T165849Z
+UID:USG7HSRFJSZ6YURWCNSH3UCKI2PHP19SWGBG
+SEQUENCE:0
+RRULE:FREQ=DAILY
+END:VEVENT
+END:VCALENDAR