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

@@ -37,5 +37,7 @@ interface RemoteCalendarConnectorInterface
*/
public function listEventsForUser(User $user, DateTimeImmutable $startDate, DateTimeImmutable $endDate): array;
public function removeCalendarRange(string $remoteId, array $remoteAttributes, User $user): void;
public function syncCalendarRange(CalendarRange $calendarRange): void;
}