From 41d4e0a27234c73e086f61af1ab1018190cdfbb5 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 e1644ca82aaee..2631ef327fc6b 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -40,6 +40,7 @@ interface ICalendar { public function getKey(): string; /** + * In comparison to getKey() this function returns a unique uri within the scope of the principal * @since 24.0.0 */ public function getUri(): string;