diff options
Diffstat (limited to 'libkcal/tests/data/RecurrenceRule/unsorted/yearly.ics')
-rw-r--r-- | libkcal/tests/data/RecurrenceRule/unsorted/yearly.ics | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/tests/data/RecurrenceRule/unsorted/yearly.ics b/libkcal/tests/data/RecurrenceRule/unsorted/yearly.ics new file mode 100644 index 000000000..51be6e5e2 --- /dev/null +++ b/libkcal/tests/data/RecurrenceRule/unsorted/yearly.ics @@ -0,0 +1,15 @@ +BEGIN:VCALENDAR +METHOD:PUBLISH +VERSION:2.0 +PRODID:-//MH Software Inc//Connect Daily - 3.0.7//EN +X-LibKCal-Testsuite-OutTZ:UTC + +BEGIN:VEVENT +UID:1214@67.154.139.115 +SUMMARY:Yearly, every 2 y, in May, starting 12.5.2005, 03:15:00Z +DTSTART:20050512T031500Z +RRULE:FREQ=YEARLY;INTERVAL=2;BYMONTH=5 +DURATION:PT5H +END:VEVENT + +END:VCALENDAR |