diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-02-08 06:54:07 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-03-02 01:59:15 +0000 |
commit | 4eff3594416481dbbf34057f53072d92119ababd (patch) | |
tree | d0a02d2052fe30cd7b011cf6ec94f8e10d3c158e /lib/public | |
parent | 9d088dfa5a49653e580575b98f1dd4d5f50b92a9 (diff) | |
download | nextcloud-server-4eff3594416481dbbf34057f53072d92119ababd.tar.gz nextcloud-server-4eff3594416481dbbf34057f53072d92119ababd.zip |
Calendar export and import
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'lib/public')
-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 |