ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SyncSupport.php
Go to the documentation of this file.
1<?php
2
4
21interface SyncSupport extends BackendInterface {
22
79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null);
80
81}
An exception for terminatinating execution or to throw for unit testing.
Every CalDAV backend must at least implement this interface.
WebDAV-sync support for CalDAV backends.
Definition: SyncSupport.php:21
getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit=null)
The getChanges method returns all the changes that have happened, since the specified syncToken in th...