1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

sync should be true for a nextcloud backend

This commit is contained in:
downtownallday
2022-09-05 15:29:39 -04:00
parent cb50405864
commit 9783b8bbbc
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ define('CALDAV_SERVER', 'NC_HOST');
define('CALDAV_PORT', 'NC_PORT');
define('CALDAV_PATH', 'NC_PREFIX/remote.php/dav/calendars/%u/');
define('CALDAV_PERSONAL', 'PRINCIPAL');
define('CALDAV_SUPPORTS_SYNC', false);
define('CALDAV_SUPPORTS_SYNC', true);
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
?>