diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-11-09 00:34:20 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-11-09 00:34:20 +0000 |
commit | 41d4e0a27234c73e086f61af1ab1018190cdfbb5 (patch) | |
tree | deee0909b6a7951cd24799b705f5a83ee3006f09 /lib/public | |
parent | d65fd72452a09d6c107517d5a7c08d138c009c54 (diff) | |
download | nextcloud-server-41d4e0a27234c73e086f61af1ab1018190cdfbb5.tar.gz nextcloud-server-41d4e0a27234c73e086f61af1ab1018190cdfbb5.zip |
Add description for calendar uri
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Calendar/ICalendar.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |