extends |
BackendInterface |
|---|
Every CalDAV backend must at least implement this interface.
| Methods | ||
|---|---|---|
public
|
getSubscriptionsForUser(string $principalUri): array
|
# |
public
|
createSubscription(string $principalUri, string $uri, array $properties): mixed
|
# |
public
|
updateSubscription(mixed $subscriptionId, PropPatch $propPatch)
|
# |
public
|
deleteSubscription(mixed $subscriptionId)
|
# |