. * * Consult LICENSE file for details ************************************************/ // ************************ // BackendCalDAV settings // ************************ // Server address define('CALDAV_SERVER', 'http://calendar.domain.com'); // Port define('CALDAV_PORT', '80'); // Path define('CALDAV_PATH', '/caldav.php/%u/'); // Default CalDAV folder (calendar folder/principal). This will be marked as the default calendar in the mobile define('CALDAV_PERSONAL', 'home'); // 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); ?>