On 01/17/2014 12:48 AM, Michael Rasmussen wrote:
Sometime last year there was a thread about adding a caldav backend to the calendar plugin provided by kolab. Does anybody now whether there have been any progress with this?
Ask on Kolab developers mailing list.
If no progress have been made or if nobody is working on this I will start implementing this backend ASAP.
To be recognized by the calendar plugin I must do the following?
- Under drivers add a folder say caldav
- In that folder create a file named caldav_driver.php
- Create a class named caldav_driver extending calendar_driver
- Implement all abstract methods in calendar_driver
Anything else I need to do?
Currently plugin allows only one driver at a time. So, if you need e.g. both database and caldav drivers, you'd need more modifications.