From: <ms...@fr...> - 2006-05-01 18:19:47
|
Hello! I am working on the CalDAV interface to PHP iCalendar So far there is caldav.php & lib/HTTP/CalDAV/Server in PHP iCalendar CVS. Hopefully SourceForge anonymous CVS will be re-enabled shortly : P I hope to eventually contribute the CalDAV library to PEAR - http://pear.php.net/pepr/pepr-proposal-show.php?id=384 The CalDAV library extends HTTP_WebDAV_Server & adds support for REPORT requests. Currently it parses calendar-data props & comp-filter filters As a convenience, the library will compute missing calendar-data response props using lib/HTTP/CalDAV/Server/Tools/ICalendarParser.php The parser can limit results based on component/property type, component filter, or ranges of bytes. iCalendar data is parsed to Bennu objects which are serialized in the response - http://bennu.sourceforge.net/ The parser is still developing - I hope it may eventually move to Bennu I would love to work with you on this feature! I am excited to meat another PHP developer working with iCalendar & WebDAV! A PHP iCalendar interpreter with compatible API will be rad! Jack On Apr 25, 2006, at 5:22 PM, Jim Hu wrote: > Yes, that sounds very interesting...I'll forward this to the > developers list, there's a specific person, Jack, interested in doing > CalDAV support. Thanks! > > JH > > On Apr 25, 2006, at 5:31 PM, Edward Murrell wrote: > >> Hi there, >> >> I noticed on the Feature requests page for PHP iCalendar is a request >> for CalDAV support (feature request ID 1458634), probably using the >> WebDAV server at http://pear.php.net/package/HTTP_WebDAV_Server. >> >> As it turns out, we are internally writing a ICS interpreter for use >> with an internal PHP product using the the HTTP_WebDAV_Server package. >> >> Since we're not interested in a CalDAV server per se, I've cleared it >> with my boss to GPL (or LGPL) the interpreter. If your interested, I >> can >> work with the developer(s) of that feature request to make sure that >> the >> API of the ICS interpreter is usable with PHP iCalendar. Once the >> interpreter is to a usable state, we will probably make the project >> avaliable on sourceforge. >> >> Interested? >> >> Regards >> Edward Murrell >> ed...@dl... >> SysAdmin, DL Consulting >> > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > |