Skip to content

Commit

Permalink
fix issue nextcloud#1482 - mail invites through v1 webdav
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Sep 22, 2016
1 parent a0e62f0 commit 87548ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dav/appinfo/v1/caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
}

$server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
$server->addPlugin(new \Sabre\CalDAV\Schedule\Plugin());
$server->addPlugin(new OCA\DAV\CalDAV\Schedule\IMipPlugin( \OC::$server->getMailer(), \OC::$server->getLogger()));
$server->addPlugin(new ExceptionLoggerPlugin('caldav', \OC::$server->getLogger()));

// And off we go!
Expand Down

0 comments on commit 87548ea

Please sign in to comment.