diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php
index 22171b74d37084c46d3d554c98875c94abb2cba3..a92c9980f54a8b93163c9c6df45021a92da1ee45 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