Building a CalDAV-server in PHP?

Sandman picture Sandman · Mar 4, 2010 · Viewed 25k times · Source

Ok, so I'm the author of a CMS and I'm interested in building a CalDAV-server that enables the user to interface with my CMS through CalDAV instead of only through the web, so they can see their calendars, add todos and things like that.

I've looked at http://www.davical.org/ which is a CalDAV service built in PHP, but it has its own database and I already have the DB stuff done and just want a middle-layer services that translates, both ways, to and from my databases using my functions.

Any ideas?

Answer

Sudhir Bastakoti picture Sudhir Bastakoti · May 31, 2010

SabreDAV http://sabre.io/dav/caldav/ can be of some help.