diff --git a/conf/backend/config-caldav.php b/conf/backend/config-caldav.php index 7abc60c..77e7a85 100644 --- a/conf/backend/config-caldav.php +++ b/conf/backend/config-caldav.php @@ -33,16 +33,16 @@ define('CALDAV_PROTOCOL', 'https'); // Server name -define('CALDAV_SERVER', 'caldavserver.domain.com'); +define('CALDAV_SERVER', 'BAIKALDOMAIN'); // Server port define('CALDAV_PORT', '443'); // Path -define('CALDAV_PATH', '/caldav.php/%u/'); +define('CALDAV_PATH', 'BAIKALDOMAIN'); // Default CalDAV folder (calendar folder/principal). This will be marked as the default calendar in the mobile -define('CALDAV_PERSONAL', 'PRINCIPAL'); +define('CALDAV_PERSONAL', 'default'); // If the CalDAV server supports the sync-collection operation // DAViCal, SOGo and SabreDav support it @@ -53,4 +53,4 @@ define('CALDAV_SUPPORTS_SYNC', false); // Maximum period to sync. // Some servers don't support more than 10 years so you will need to change this -define('CALDAV_MAX_SYNC_PERIOD', 2147483647); \ No newline at end of file +define('CALDAV_MAX_SYNC_PERIOD', 2147483647);