enable caldav for webdav subtree public-calendars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
ad46af8558
commit
7ea41a1461
|
@ -138,7 +138,7 @@ class Server {
|
|||
$this->server->addPlugin($acl);
|
||||
|
||||
// calendar plugins
|
||||
if ($this->requestIsForSubtree(['calendars', 'principals'])) {
|
||||
if ($this->requestIsForSubtree(['calendars', 'public-calendars', 'principals'])) {
|
||||
$this->server->addPlugin(new \OCA\DAV\CalDAV\Plugin());
|
||||
$this->server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
|
||||
$this->server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin());
|
||||
|
|
Loading…
Reference in New Issue