From 50ce9c8c7c7ac6b8c3137e84ec4da8a1bbe38a12 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 03:07:34 +0000 Subject: change handling of multiday allday events in week view; other misc changes --- calendars/US Holidays.ics | 2 +- calendars/test.ics | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'calendars') diff --git a/calendars/US Holidays.ics b/calendars/US Holidays.ics index 96d6684..f9e20bc 100644 --- a/calendars/US Holidays.ics +++ b/calendars/US Holidays.ics @@ -660,7 +660,7 @@ DTSTAMP:20061010T210116Z SUMMARY:Daylight Saving Time Ends (-1 hour) CREATED:20081223T190054Z DTEND;VALUE=DATE:20021028 -RRULE:FREQ=YEARLY;INTERVAL=1;UNTIL=20071027;BYMONTH=10;BYDAY=-1SU +RRULE:FREQ=YEARLY;INTERVAL=1;UNTIL=20071027T0000Z;BYMONTH=10;BYDAY=-1SU END:VEVENT BEGIN:VEVENT SEQUENCE:4 diff --git a/calendars/test.ics b/calendars/test.ics index 0db2f05..ebf1079 100644 --- a/calendars/test.ics +++ b/calendars/test.ics @@ -66,6 +66,7 @@ END:VEVENT BEGIN:VEVENT SEQUENCE:7 +UID:starts on 12 DTSTAMP:20020918T224617Z SUMMARY:5 days STATUS:CONFIRMED @@ -74,4 +75,26 @@ DTSTART;TZID=US/Eastern:20081212 URL:http://google.com END:VEVENT +BEGIN:VEVENT +SEQUENCE:7 +UID:starts on 10 +DTSTAMP:20020918T224617Z +SUMMARY:5 days b4 +STATUS:CONFIRMED +DURATION:P4DT48H +DTSTART;TZID=US/Eastern:20081210 +URL:http://google.com +END:VEVENT + +BEGIN:VEVENT +SEQUENCE:7 +UID:starts on 07 +DTSTAMP:20020918T224617Z +SUMMARY:5 days 07 +STATUS:CONFIRMED +DURATION:P3D +DTSTART;TZID=US/Eastern:20081207 +URL:http://google.com +END:VEVENT + END:VCALENDAR -- cgit v1.2.3