mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #35058 from nextcloud/backport/35042/stable25
[stable25] Add description for calendar uri
This commit is contained in:
commit
1cce67e18d
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