From: <ji...@us...> - 2008-12-29 03:07:37
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10074/calendars Modified Files: US Holidays.ics test.ics Log Message: change handling of multiday allday events in week view; other misc changes Index: US Holidays.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/US Holidays.ics,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** US Holidays.ics 26 Dec 2008 05:54:46 -0000 1.7 --- US Holidays.ics 29 Dec 2008 03:07:34 -0000 1.8 *************** *** 661,665 **** CREATED:20081223T190054Z DTEND;VALUE=DATE:20021028 ! RRULE:FREQ=YEARLY;INTERVAL=1;UNTIL=20071027;BYMONTH=10;BYDAY=-1SU END:VEVENT BEGIN:VEVENT --- 661,665 ---- CREATED:20081223T190054Z DTEND;VALUE=DATE:20021028 ! RRULE:FREQ=YEARLY;INTERVAL=1;UNTIL=20071027T0000Z;BYMONTH=10;BYDAY=-1SU END:VEVENT BEGIN:VEVENT Index: test.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** test.ics 28 Dec 2008 10:50:57 -0000 1.11 --- test.ics 29 Dec 2008 03:07:34 -0000 1.12 *************** *** 67,70 **** --- 67,71 ---- BEGIN:VEVENT SEQUENCE:7 + UID:starts on 12 DTSTAMP:20020918T224617Z SUMMARY:5 days *************** *** 75,77 **** --- 76,100 ---- 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 |