Update of /cvsroot/phpicalendar/phpicalendar/lib/HTTP/CalDAV
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27088/lib/HTTP/CalDAV
Modified Files:
Server.php
Log Message:
* More work on iCalendar parser
* Current offsets support is non-sensical - hopefully something intelligent will emerge
Index: Server.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/lib/HTTP/CalDAV/Server.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Server.php 18 Apr 2006 03:22:12 -0000 1.5
--- Server.php 22 Apr 2006 22:50:24 -0000 1.6
***************
*** 172,177 ****
}
! $parser = new ICalendarParser($handle, null, null,
! $reqprop['value'], $filters);
if (!$parser->success) {
return $this->calDavProp('calendar-data', null,
--- 172,177 ----
}
! $parser = new ICalendarParser($handle, null, $reqprop['value'],
! $filters);
if (!$parser->success) {
return $this->calDavProp('calendar-data', null,
|