From 43ee98219ce9b077109512785de629d416e8bd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Mar 2019 00:21:28 +0100 Subject: Set up better test for recurring events. --- testdata/recurrence/simple-daily.ics | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testdata/recurrence/simple-daily.ics (limited to 'testdata/recurrence') 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 -- cgit v1.2.3