From: <cl...@us...> - 2003-09-19 21:21:24
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory sc8-pr-cvs1:/tmp/cvs-serv21013/calendars Modified Files: Home.ics Log Message: Fixed month display bugs, cleaned up HTML on bottom month table, added new data to calendar for debugging. Index: Home.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/Home.ics,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Home.ics 15 Sep 2003 06:28:50 -0000 1.9 --- Home.ics 19 Sep 2003 21:21:19 -0000 1.10 *************** *** 166,170 **** RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1MO END:VEVENT ! END:VCALENDAR --- 166,183 ---- RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1MO END:VEVENT ! BEGIN:VEVENT ! UID:200...@lb... ! DTSTAMP:20030425T113850Z ! DTSTART;TZID=/softwarestudio.org/Olson_20011030_5/America/Chicago: ! 20030515T183000 ! DTEND;TZID=/softwarestudio.org/Olson_20011030_5/America/Chicago: ! 20030515T210000 ! SUMMARY:Meeting ! SEQUENCE:4 ! LAST-MODIFIED:20030425T023611Z ! CLASS:PUBLIC ! TRANSP:OPAQUE ! RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=TH;BYSETPOS=3 ! END:VEVENT END:VCALENDAR |