Classes |
AbstractBackend |
Abstract Calendaring backend. Extend this class to create your own backends. |
PDO |
PDO CalDAV backend. |
|
Interfaces |
BackendInterface |
Every CalDAV backend must at least implement this interface. |
SchedulingSupport |
Implementing this interface adds CalDAV Scheduling support to your caldav
server, as defined in rfc6638. |
SharingSupport |
Adds support for sharing features to a CalDAV server. |
SubscriptionSupport |
Every CalDAV backend must at least implement this interface. |
SyncSupport |
WebDAV-sync support for CalDAV backends. |
|