From d084e7656be259f45207ea199e362d857f743510 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 2 Oct 2022 12:39:30 +0200 Subject: Add isDeleted property to OCP\Calendar\ICalendar Signed-off-by: Thomas Citharel --- lib/public/Calendar/ICalendar.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/public') diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index f1f2d5eb6f1..e1644ca82aa 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -75,4 +75,10 @@ interface ICalendar { * @since 13.0.0 */ public function getPermissions(): int; + + /** + * Whether the calendar is deleted + * @since 26.0.0 + */ + public function isDeleted(): bool; } -- cgit v1.2.3