mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add description for calendar uri
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
b5b7a41948
commit
52575d9309
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