Caldav doesnt support sync tokens

This commit is contained in:
Michael Kroes 2015-10-25 13:19:22 -04:00
parent 5055ef060d
commit 4db82d3d09
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define('CALDAV_SERVER', 'localhost');
define('CALDAV_PORT', '443');
define('CALDAV_PATH', '/caldav/calendars/%u/');
define('CALDAV_PERSONAL', 'PRINCIPAL');
define('CALDAV_SUPPORTS_SYNC', true);
define('CALDAV_SUPPORTS_SYNC', false);
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
?>