diff options
Diffstat (limited to 'lib/public/IServerContainer.php')
-rw-r--r-- | lib/public/IServerContainer.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 13abd0ff43b..8c33a765d5e 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -58,6 +58,15 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; interface IServerContainer extends IContainer { /** + * The calendar manager will act as a broker between consumers for calendar information and + * providers which actual deliver the calendar information. + * + * @return \OCP\Calendar\IManager + * @since 13.0.0 + */ + public function getCalendarManager(); + + /** * The contacts manager will act as a broker between consumers for contacts information and * providers which actual deliver the contact information. * |