Caldav doesnt support sync tokens
This commit is contained in:
parent
5055ef060d
commit
4db82d3d09
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ define('CALDAV_SERVER', 'localhost');
|
||||||
define('CALDAV_PORT', '443');
|
define('CALDAV_PORT', '443');
|
||||||
define('CALDAV_PATH', '/caldav/calendars/%u/');
|
define('CALDAV_PATH', '/caldav/calendars/%u/');
|
||||||
define('CALDAV_PERSONAL', 'PRINCIPAL');
|
define('CALDAV_PERSONAL', 'PRINCIPAL');
|
||||||
define('CALDAV_SUPPORTS_SYNC', true);
|
define('CALDAV_SUPPORTS_SYNC', false);
|
||||||
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
|
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue