diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php index 22171b74d3..a92c9980f5 100644 --- a/apps/dav/lib/server.php +++ b/apps/dav/lib/server.php @@ -35,6 +35,8 @@ class Server { $this->server->addPlugin(new \Sabre\DAVACL\Plugin()); + $this->server->addPlugin(new \Sabre\CardDAV\Plugin()); + // wait with registering these until auth is handled and the filesystem is setup $this->server->on('beforeMethod', function () { // custom properties plugin must be the last one