mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Add description for calendar uri
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
6b5a8eec4c
commit
6f6e2796de
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