From 0d5d833e860389bc8eeccec8c3e68a0751cd481f Mon Sep 17 00:00:00 2001 From: polytan02 Date: Thu, 9 Feb 2017 18:26:40 +0000 Subject: [PATCH] Caldav config --- conf/backend/config-caldav.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);