1
0
Fork 0
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:
polytan02 2017-02-09 19:03:24 +00:00
parent 4e75f756dd
commit 3cee22d697

View file

@ -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');