diff --git a/conf/backend/config-caldav.php b/conf/backend/config-caldav.php index c42419c..061f079 100644 --- a/conf/backend/config-caldav.php +++ b/conf/backend/config-caldav.php @@ -49,19 +49,19 @@ 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', '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', 'PRINCIPAL'); +define('CALDAV_PERSONAL', 'default'); // If the CalDAV server supports the sync-collection operation // DAViCal, SOGo and SabreDav support it // SabreDav version must be at least 1.9.0, otherwise set this to false // Setting this to false will work with most servers, but it will be slower -define('CALDAV_SUPPORTS_SYNC', false); \ No newline at end of file +define('CALDAV_SUPPORTS_SYNC', false);