mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Correction on CALDAV_PATH
This commit is contained in:
parent
4e75f756dd
commit
3cee22d697
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ define('CALDAV_SERVER', 'BAIKALDOMAIN');
|
|||
define('CALDAV_PORT', '443');
|
||||
|
||||
// Path
|
||||
define('CALDAV_PATH', 'BAIKALDOMAIN');
|
||||
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', 'default');
|
||||
|
|
Loading…
Add table
Reference in a new issue