extends |
BackendInterface |
---|
Adds support for sharing features to a CalDAV server.
CalDAV backends that implement this interface, must make the following modifications to getCalendarsForUser:
Methods | ||
---|---|---|
public
|
updateInvites(mixed $calendarId, Sharee[] $sharees)
|
# |
public
|
getInvites(mixed $calendarId): Sharee[]
|
# |
public
|
setPublishStatus(mixed $calendarId, bool $value)
|
# |