diff options
Diffstat (limited to 'libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase02.ics')
-rw-r--r-- | libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase02.ics | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase02.ics b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase02.ics new file mode 100644 index 000000000..0b4483885 --- /dev/null +++ b/libkcal/tests/data/RecurrenceRule/UntilInUTC/Until_TestCase02.ics @@ -0,0 +1,11 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//K Desktop Environment (KDE)//LibKCal test cases 1.0//EN +X-LibKCal-Testsuite-OutTZ:Europe/Vienna + +BEGIN:VEVENT +DESCRIPTION:Daily until June 1 (UNTIL on June 1 0:00 in UTC is after the event starts on December 15 01:00 in local time) +DTSTART;TZID=Europe/Vienna:19971215T010000 +RRULE:FREQ=DAILY;UNTIL=19970601T000000Z;INTERVAL=1 +END:VEVENT +END:VCALENDAR |