mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #35059 from nextcloud/backport/35042/stable24
[stable24] Add description for calendar uri
This commit is contained in:
commit
8f2cf3fb87
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue