Skip to content

Commit bbb9a36

Browse files
author
tchapi
committed
Add support for the Subscriptions plugin
1 parent 5e8392b commit bbb9a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/DAVController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private function initServer(string $authMethod, string $authRealm = User::DEFAUL
252252
$this->server->addPlugin(new \Sabre\CalDAV\Schedule\Plugin());
253253
$this->server->addPlugin(new \Sabre\CalDAV\SharingPlugin());
254254
$this->server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
255+
$this->server->addPlugin(new \Sabre\CalDAV\Subscriptions\Plugin());
255256
if ($this->inviteAddress) {
256257
$this->server->addPlugin(new DavisIMipPlugin($this->mailer, $this->inviteAddress, $this->publicDir));
257258
}

0 commit comments

Comments
 (0)