|
From: <ji...@us...> - 2008-12-26 05:54:51
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24761/calendars Modified Files: US Holidays.ics test.ics Log Message: fix US holidays; fix 1743686 where byday set and timezone pushes event to different day Index: US Holidays.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/US Holidays.ics,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** US Holidays.ics 23 Dec 2008 20:24:54 -0000 1.6 --- US Holidays.ics 26 Dec 2008 05:54:46 -0000 1.7 *************** *** 603,607 **** TRANSP:OPAQUE UID:6ED833DC-879C-41C0-9E1D-4C83FD7DDB72 ! DTSTART;VALUE=DATE:1970901 DTSTAMP:20050930T224817Z SUMMARY:Labor Day --- 603,607 ---- TRANSP:OPAQUE UID:6ED833DC-879C-41C0-9E1D-4C83FD7DDB72 ! DTSTART;VALUE=DATE:19970901 DTSTAMP:20050930T224817Z SUMMARY:Labor Day Index: test.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test.ics 25 Dec 2008 18:45:26 -0000 1.3 --- test.ics 26 Dec 2008 05:54:46 -0000 1.4 *************** *** 25,66 **** END:VTIMEZONE - BEGIN:VEVENT - UID:20081128T075152Z-3660-100-1-5@sietchtabr - DTSTAMP:20081128T075151Z - LAST-MODIFIED:20081128T075152 - SUMMARY:Witchcraft Paris - CATEGORIES:jdr - DTSTART;TZID=/softwarestudio.org/Tzfile/Europe/Paris:20081213T210000 - DTEND;TZID=/softwarestudio.org/Tzfile/Europe/Paris:20081213T230000 - CLASS:PUBLIC - SEQUENCE:1 - CREATED:20081128T075152 - END:VEVENT BEGIN:VEVENT ! UID:20081128T075152Z-3660-100-1-6@sietchtabr2 ! DTSTAMP:20081128T075151Z ! LAST-MODIFIED:20081128T075152 ! SUMMARY:Witchcraft PST ! CATEGORIES:jdr ! DTSTART;TZID=US/Pacific:20081213T210000 ! DTEND;TZID=US/Pacific:20081213T230000 ! CLASS:PUBLIC ! SEQUENCE:1 ! CREATED:20081128T075152 ! END:VEVENT ! ! BEGIN:VEVENT ! UID:20081128T075152Z-3660-100-1-7@sietchtabr2 ! DTSTAMP:20081128T075151Z ! LAST-MODIFIED:20081128T075152 ! SUMMARY:daylight test PST ! CATEGORIES:jdr ! DTSTART;TZID=US/Pacific:20060331T010000 ! DTEND;TZID=US/Pacific:20060331T020000 ! RRULE:FREQ=DAILY; CLASS:PUBLIC ! SEQUENCE:1 ! CREATED:20081128T075152 END:VEVENT --- 25,41 ---- END:VTIMEZONE BEGIN:VEVENT ! DTSTAMP:20070616T185152Z ! UID:{e5d8825e-4189-5341-80c7-4ec2c9f54404} ! SUMMARY:Futsal ! LOCATION:Jockvale E S\, 101 Malvern Dr\, Nepean\, K2J 2S8 ! DESCRIPTION: (613) 825-1224\, (613) 825-1219\nhttp://maps.google.com/maps?f=q&hl=en&q=101+Malvern+Dr\,+Nepean\,+K2J+2S8+canada&sll=45.460733\,-75.610657&sspn=0.062007\,0.144196&ie=UTF8&ll=45.285969\,-75.763178&spn=0.01555\,0.036049&z=15&om=1 ! CATEGORIES:Competition CLASS:PUBLIC ! LAST-MODIFIED:20070626T152159Z ! RRULE:FREQ=WEEKLY;COUNT=4;BYDAY=TH ! DTSTART:20070621T003000Z ! DTEND:20070621T013000Z END:VEVENT |