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,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
|
||||
|
|
Loading…
Add table
Reference in a new issue