diff options
Diffstat (limited to 'lib/public/Calendar/ICalendar.php')
-rw-r--r-- | lib/public/Calendar/ICalendar.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index 551870de20e..f2c94cb5400 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -40,6 +40,11 @@ interface ICalendar { public function getKey(); /** + * @since 24.0.0 + */ + public function getUri(); + + /** * In comparison to getKey() this function returns a human readable (maybe translated) name * @return null|string * @since 13.0.0 |