aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar/IManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Calendar/IManager.php')
-rw-r--r--lib/public/Calendar/IManager.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/Calendar/IManager.php b/lib/public/Calendar/IManager.php
index 8a9fe485871..bb3808f133c 100644
--- a/lib/public/Calendar/IManager.php
+++ b/lib/public/Calendar/IManager.php
@@ -138,6 +138,13 @@ interface IManager {
public function newQuery(string $principalUri) : ICalendarQuery;
/**
+ * Handle a iMip REQUEST message
+ *
+ * @since 31.0.0
+ */
+ public function handleIMipRequest(string $principalUri, string $sender, string $recipient, string $calendarData): bool;
+
+ /**
* Handle a iMip REPLY message
*
* @since 25.0.0