|
|
@ -1,7 +1,7 @@ |
|
|
|
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); |
|
|
|
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); |
|
|
|
define('CALDAV_PATH', '/SOGo/dav/%u/'); |
|
|
|
define('CALDAV_PATH', '/SOGo/dav/%u/'); |
|
|
|
define('CALDAV_PERSONAL', 'personal'); |
|
|
|
define('CALDAV_PERSONAL', 'personal'); |
|
|
|
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); |
|
|
|
define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
my $ro = $sogosync{'ReadOnly'} || 'disabled'; |
|
|
|
my $ro = $sogosync{'ReadOnly'} || 'disabled'; |
|
|
|