calendar range: remove on remote after removal in the database

This commit is contained in:
2022-05-11 15:01:32 +02:00
parent dd13e631ac
commit d150a8251b
8 changed files with 150 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ class NullRemoteCalendarConnector implements RemoteCalendarConnectorInterface
return [];
}
public function removeCalendarRange(string $remoteId, array $remoteAttributes, User $user): void
{
}
public function syncCalendarRange(CalendarRange $calendarRange): void
{
}