Merge pull request #35058 from nextcloud/backport/35042/stable25

[stable25] Add description for calendar uri
This commit is contained in:
Pytal 2022-11-10 09:30:29 -08:00 committed by GitHub
commit 1cce67e18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;