From 3cee22d697abfdeb1fbc9e3767d5bdb521670672 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Thu, 9 Feb 2017 19:03:24 +0000 Subject: [PATCH] Correction on CALDAV_PATH --- conf/backend/config-caldav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/backend/config-caldav.php b/conf/backend/config-caldav.php index 77e7a85..8a8d627 100644 --- a/conf/backend/config-caldav.php +++ b/conf/backend/config-caldav.php @@ -39,7 +39,7 @@ define('CALDAV_SERVER', 'BAIKALDOMAIN'); define('CALDAV_PORT', '443'); // Path -define('CALDAV_PATH', 'BAIKALDOMAIN'); +define('CALDAV_PATH', 'BAIKALPATH/cal.php/calendars/%u/'); // Default CalDAV folder (calendar folder/principal). This will be marked as the default calendar in the mobile define('CALDAV_PERSONAL', 'default');