. * * Consult LICENSE file for details ************************************************/ // ************************ // BackendCalDAV settings // ************************ // Server address define('CALDAV_SERVER', 'https://localhost'); // Port define('CALDAV_PORT', '443'); // Path define('CALDAV_PATH', '/owncloud/remote.php/caldav/calendars/%u/'); // Personal CalDAV folder (calendar folder/principal) define('CALDAV_PERSONAL', ''); // If the CalDAV server supports the sync-collection operation // DAViCal and SOGo support it // Setting this to false will work with most servers, but it will be slower define('CALDAV_SUPPORTS_SYNC', false); ?>