diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-11-09 10:14:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 10:14:51 -0800 |
commit | 179e104934cc06cadb87b21734e953d79f46115f (patch) | |
tree | d2842868c137188fb4081f523f51b09e4ca94778 | |
parent | dce83459d581b2517d7078d98c58d06babb1ceba (diff) | |
parent | 41d4e0a27234c73e086f61af1ab1018190cdfbb5 (diff) | |
download | nextcloud-server-179e104934cc06cadb87b21734e953d79f46115f.tar.gz nextcloud-server-179e104934cc06cadb87b21734e953d79f46115f.zip |
Merge pull request #35042 from nextcloud/enh/uri-description
Add description for calendar uri
-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; |