diff options
Diffstat (limited to 'libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase05.ics')
-rw-r--r-- | libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase05.ics | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase05.ics b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase05.ics new file mode 100644 index 000000000..6717e1656 --- /dev/null +++ b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase05.ics @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//K Desktop Environment (KDE)//LibKCal test cases 1.0//EN +X-LibKCal-Testsuite-OutTZ:America/Los_Angeles + +BEGIN:VEVENT +DESCRIPTION:Every day in January\, for 3 years\, except Jan 31\, 2000 +DTSTART;TZID=America/Los_Angeles:19980101T090000 +RRULE:FREQ=YEARLY;UNTIL=20000131T090000Z;INTERVAL=1;BYDAY=SU,MO,TU,WE,TH,FR,SA;BYMONTH=1 +X-EXPECT-NUMEVENTS: 93 +END:VEVENT +END:VCALENDAR |