Merge pull request #35042 from nextcloud/enh/uri-description

Add description for calendar uri
This commit is contained in:
Pytal 2022-11-09 10:14:51 -08:00 committed by GitHub
commit 179e104934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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