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:
parent
e74d718f37
commit
bafa3bc99b
1 changed files with 4 additions and 4 deletions
|
@ -49,19 +49,19 @@
|
||||||
define('CALDAV_PROTOCOL', 'https');
|
define('CALDAV_PROTOCOL', 'https');
|
||||||
|
|
||||||
// Server name
|
// Server name
|
||||||
define('CALDAV_SERVER', 'caldavserver.domain.com');
|
define('CALDAV_SERVER', 'BAIKALDOMAIN');
|
||||||
|
|
||||||
// Server port
|
// Server port
|
||||||
define('CALDAV_PORT', '443');
|
define('CALDAV_PORT', '443');
|
||||||
|
|
||||||
// Path
|
// 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
|
// 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
|
// If the CalDAV server supports the sync-collection operation
|
||||||
// DAViCal, SOGo and SabreDav support it
|
// DAViCal, SOGo and SabreDav support it
|
||||||
// SabreDav version must be at least 1.9.0, otherwise set this to false
|
// 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
|
// Setting this to false will work with most servers, but it will be slower
|
||||||
define('CALDAV_SUPPORTS_SYNC', false);
|
define('CALDAV_SUPPORTS_SYNC', false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue