diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-11-10 09:30:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 09:30:29 -0800 |
commit | 1cce67e18dfcd896e2da01952c338196835d587f (patch) | |
tree | 6c5dba6510f35f8ed6777a9dc2f43b932ba5f027 | |
parent | 5aad1247eb626a8169c62fe30fdb654f4f6c739d (diff) | |
parent | 52575d9309ce545ae63fce2dff18e27ebfe4b964 (diff) | |
download | nextcloud-server-1cce67e18dfcd896e2da01952c338196835d587f.tar.gz nextcloud-server-1cce67e18dfcd896e2da01952c338196835d587f.zip |
Merge pull request #35058 from nextcloud/backport/35042/stable25
[stable25] 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 0d08e2ba268..d06ab299f6d 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; |