From: <ji...@us...> - 2008-12-30 03:48:17
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23130/calendars Modified Files: test.ics Log Message: day view and month bottom problems bug 2476126 Index: test.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** test.ics 29 Dec 2008 03:39:29 -0000 1.14 --- test.ics 30 Dec 2008 03:48:13 -0000 1.15 *************** *** 67,70 **** --- 67,81 ---- BEGIN:VEVENT SEQUENCE:7 + UID:test + DTSTAMP:20020918T224617Z + SUMMARY:test foo + STATUS:CONFIRMED + DTSTART;TZID=US/Central:20081229T20000 + DTEND;TZID=US/Central:20081229T24000 + URL:http://google.com + END:VEVENT + + BEGIN:VEVENT + SEQUENCE:7 UID:starts on 12 DTSTAMP:20020918T224617Z *************** *** 72,76 **** STATUS:CONFIRMED DURATION:P5D ! DTSTART;TZID=US/Eastern:20081212 URL:http://google.com END:VEVENT --- 83,87 ---- STATUS:CONFIRMED DURATION:P5D ! DTSTART;TZID=US/Eastern:20081225 URL:http://google.com END:VEVENT |