From: <ji...@us...> - 2008-12-26 09:05:19
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11896/calendars Modified Files: test.ics Log Message: fix bug 961091 with provided patch Index: test.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test.ics 26 Dec 2008 08:26:31 -0000 1.5 --- test.ics 26 Dec 2008 09:05:15 -0000 1.6 *************** *** 50,53 **** --- 50,68 ---- END:VEVENT + BEGIN:VEVENT + DTSTAMP:20070306T130934Z + ORGANIZER;CN=xxx:MAILTO:xxx localhost localdomain + CREATED:20070212T152028Z + UID:KOrganizer-1162820691.683 + SEQUENCE:2 + LAST-MODIFIED:20070306T130835Z + SUMMARY:Knitting Class + CLASS:PUBLIC + PRIORITY:5 + RRULE:FREQ=WEEKLY;UNTIL=20070326T190000Z;BYDAY=MO + DTSTART:20070219T190000Z + DTEND:20070219T210000Z + TRANSP:OPAQUE + END:VEVENT END:VCALENDAR |