From 6f6e2796ded060f8763c313309230c76eeb3c7e9 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 9 Nov 2022 00:34:20 +0000 Subject: [PATCH] Add description for calendar uri Signed-off-by: Christopher Ng --- lib/public/Calendar/ICalendar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index 0d08e2ba268aa..d06ab299f6d60 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -40,6 +40,7 @@ interface ICalendar { public function getKey(); /** + * In comparison to getKey() this function returns a unique uri within the scope of the principal * @since 24.0.0 */ public function getUri(): string;