diff options
Diffstat (limited to 'libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase06.ics')
-rw-r--r-- | libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase06.ics | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase06.ics b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase06.ics new file mode 100644 index 000000000..04df2dc26 --- /dev/null +++ b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase06.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:Everyday in January\, for 3 years\, ends on Jan 30 (because Jan31 09:00 UTC is befoer Jan31 09:00 local time in Los Angeles): +DTSTART;TZID=America/Los_Angeles:19980101T090000 +RRULE:FREQ=DAILY;UNTIL=20000131T090000Z;INTERVAL=1;BYMONTH=1 +X-EXPECT-NUMEVENTS: 93 +END:VEVENT +END:VCALENDAR |