Menu

#226 CalDAV

open
nobody
None
5
2012-12-21
2006-03-26
Jack Bates
No

Would love CalDAV support in PHP iCalendar -
http://ietf.webdav.org/caldav/home.html

Many new calendar clients support this protocol - OSAF
Chandler, Mozilla Sunbird, etc.

Beyond WebDAV - which generally lets one client edit a
calendar & multiple clients consume it - CalDAV lets
multiple clients edit a calendar at the same time

There exists a PHP WebDAV server library with much of
the plumbing necessary to implement a CalDAV interface
- http://pear.php.net/package/HTTP_WebDAV_Server

Many thanks! - Jack

Discussion

  • Adi Kriegisch

    Adi Kriegisch - 2007-03-19

    Logged In: YES
    user_id=1204550
    Originator: NO

    I stumbled across this page (http://phpicalendar.net/documentation/index.php/CalDAV) and the corresponding tracker entry and decided to post some more information about existing CalDAV solutions... Hopefully someone might pick that up! :-)

    There exist three free CalDAV servers that all seem to be more or less in a production state:
    * http://rscds.sourceforge.net/ - "Really Simple CalDAV store"
    * http://trac.calendarserver.org/projects/calendarserver - "Darwin Calendar Server" (the one from Apple for use with next gen iCal)
    * http://cosmo.osafoundation.org/ - OSA Foundation's server

    It would be pretty cool if it is possible to use PHP iCalendar as a web frontend to one of those...

    best regards,
    Adi Kriegisch

     
  • Jack Bates

    Jack Bates - 2007-03-19

    Logged In: YES
    user_id=626583
    Originator: YES

    Cool! Thanks for updating Adi. A PHP iCalendar web frontend to a CalDAV server would rock. Jack

     
  • Bas van Schaik

    Bas van Schaik - 2007-07-22

    Logged In: YES
    user_id=924727
    Originator: NO

    Can anyone tell me what the status of this bug (or actually: feature request) is? I think this would really be a killer feature since there's still no web based calendar out there which supports CalDav!

     
  • Jack Bates

    Jack Bates - 2007-07-22

    Logged In: YES
    user_id=626583
    Originator: YES

    I continue working at this feature. My work is based on the HTTP_WebDAV_Server PEAR library which I have experience implementing for Gallery: http://codex.gallery2.org/WebDAV

    I'm also working at my school's open systems lab on converting the ABNF in RFC 2445 to a PHP regular expression based parser: http://costar.sfu.ca/

    The latest version of this code is in the PHP iCalendar CVS: http://phpicalendar.cvs.sourceforge.net/phpicalendar/phpicalendar/lib/HTTP/CalDAV/

    I am also super keen for an entirely web based CalDAV server! Jack

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.