Building a CalDAV-server in PHP?

Posted by Sandman on Stack Overflow See other posts from Stack Overflow or by Sandman
Published on 2010-03-04T10:22:48Z Indexed on 2010/05/31 16:03 UTC
Read the original article Hit count: 297

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about caldav