Fixed root node name for caldav endpoint.
This commit is contained in:
parent
e7568fbcd1
commit
49ba29f4da
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $calendarBackend = new \Sabre\CalDAV\Backend\PDO($GLOBALS["DB"]->getPDO());
|
|||
# Directory structure
|
||||
$nodes = array(
|
||||
new \Sabre\CalDAV\Principal\Collection($principalBackend),
|
||||
new \Sabre\CalDAV\CalendarRootNode($principalBackend, $calendarBackend),
|
||||
new \Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend),
|
||||
);
|
||||
|
||||
# Initializing server
|
||||
|
|
Loading…
Add table
Reference in a new issue