1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Modification of CALDAV config file

This commit is contained in:
polytan02 2015-08-10 15:29:22 +01:00
parent e74d718f37
commit bafa3bc99b

View file

@ -49,16 +49,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', '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