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

owncloud properly working, but not in sub dir anymore

This commit is contained in:
jkaberg
2014-08-11 20:17:38 +02:00
parent b5928de740
commit 44fcdc2066
3 changed files with 37 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ define('CALDAV_SERVER', 'https://localhost');
define('CALDAV_PORT', '443');
// Path
define('CALDAV_PATH', '/owncloud/remote.php/caldav/calendars/%u/');
define('CALDAV_PATH', '/remote.php/caldav/calendars/%u/');
// Personal CalDAV folder (calendar folder/principal)
define('CALDAV_PERSONAL', '');