Update backend_caldav.php

This commit is contained in:
aspdye 2016-05-29 16:12:39 +02:00
parent 7706bf2422
commit cc7aa347e0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
define('CALDAV_PROTOCOL', 'https');
define('CALDAV_SERVER', '127.0.0.1');
define('CALDAV_PORT', '443');
define('CALDAV_PATH', '/dav/principals/%u/');
define('CALDAV_PATH', '/dav/principals/users/%u/');
define('CALDAV_PERSONAL', 'PRINCIPAL');
define('CALDAV_SUPPORTS_SYNC', false);
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);