Skip to content

Commit

Permalink
Merge pull request #1713 from nextcloud/rebase_1493
Browse files Browse the repository at this point in the history
fix issue #1482 - mail invites through v1 webdav
  • Loading branch information
rullzer committed Oct 12, 2016
2 parents b300ae5 + 5b7f272 commit b2d68c0
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 @@ -81,6 +81,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 b2d68c0

Please sign in to comment.