Adds support for sharing features to a CalDAV server.
Every CalDAV backend must at least implement this interface.
setPublishStatus($calendarId, $value)
Publishes a calendar.
updateInvites($calendarId, array $sharees)
Updates the list of shares.
getInvites($calendarId)
Returns the list of people whom this calendar is shared with.