Update of /cvsroot/phpicalendar/phpicalendar/calendars
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18788/calendars
Modified Files:
test.ics
Log Message:
eliminate negative event lengths and adjust display lengths for short events
Index: test.ics
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test.ics 26 Dec 2008 09:05:15 -0000 1.6
--- test.ics 26 Dec 2008 16:59:10 -0000 1.7
***************
*** 25,28 ****
--- 25,67 ----
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
BEGIN:VEVENT
***************
*** 48,51 ****
--- 87,91 ----
DTSTART;TZID=US/Eastern:20100902T090000
RRULE:FREQ=DAILY;COUNT=10
+ URL:http://google.com
END:VEVENT
|