mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Caldav config
This commit is contained in:
parent
a21d045c1c
commit
0d5d833e86
1 changed files with 4 additions and 4 deletions
|
@ -33,16 +33,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', 'BAIKALDOMAIN');
|
||||
|
||||
// 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
|
||||
|
@ -53,4 +53,4 @@ define('CALDAV_SUPPORTS_SYNC', false);
|
|||
|
||||
// Maximum period to sync.
|
||||
// Some servers don't support more than 10 years so you will need to change this
|
||||
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
|
||||
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
|
||||
|
|
Loading…
Add table
Reference in a new issue