From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../tests/data/RecurrenceRule/unsorted/lastworkday.ics | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libkcal/tests/data/RecurrenceRule/unsorted/lastworkday.ics (limited to 'libkcal/tests/data/RecurrenceRule/unsorted/lastworkday.ics') diff --git a/libkcal/tests/data/RecurrenceRule/unsorted/lastworkday.ics b/libkcal/tests/data/RecurrenceRule/unsorted/lastworkday.ics new file mode 100644 index 000000000..bc346f292 --- /dev/null +++ b/libkcal/tests/data/RecurrenceRule/unsorted/lastworkday.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:Last work day of the month +DTSTART:20050512T031500Z +RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1 +DURATION:PT5H +END:VEVENT + +END:VCALENDAR -- cgit v1.2.1