From: Christopher Ng Date: Wed, 9 Nov 2022 00:34:20 +0000 (+0000) Subject: Add description for calendar uri X-Git-Tag: v26.0.0beta1~446^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41d4e0a27234c73e086f61af1ab1018190cdfbb5;p=nextcloud-server.git Add description for calendar uri Signed-off-by: Christopher Ng --- diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index e1644ca82aa..2631ef327fc 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;