Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building a CalDAV-server in PHP?

Tags:

php

caldav

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?

like image 566
Sandman Avatar asked Mar 04 '10 10:03

Sandman


2 Answers

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

like image 65
Sudhir Bastakoti Avatar answered Sep 28 '22 03:09

Sudhir Bastakoti


You should definitely have a look at Baïkal. It's a lightweight caldav and carddav server distribution based on SabreDAV and SQLite3.

http://baikal-server.com/

like image 20
Jérôme Schneider Avatar answered Sep 28 '22 02:09

Jérôme Schneider