Add description for calendar uri

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-11-09 00:34:20 +00:00
parent d65fd72452
commit 41d4e0a272
1 changed files with 1 additions and 0 deletions

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;