fix baseUri of the Caldav server
This commit is contained in:
parent
8c09330959
commit
089c24e650
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $nodes = array(
|
|||
|
||||
// Fire up server
|
||||
$server = new Sabre_DAV_Server($nodes);
|
||||
$server->setBaseUri(OC::$APPSROOT.'/apps/calendar/caldav.php');
|
||||
$server->setBaseUri(OC::$APPSWEBROOT.'/apps/calendar/caldav.php');
|
||||
// Add plugins
|
||||
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
|
||||
$server->addPlugin(new Sabre_CalDAV_Plugin());
|
||||
|
|
Loading…
Reference in a new issue