diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-03-10 11:34:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 11:34:11 -0800 |
commit | eeec6142ca6af64e86d1dde9103fb365a3c5f51d (patch) | |
tree | 78810fd8f9bda5bd1c7f41480674774bef9fb070 /lib | |
parent | 53e30c40bcc7ac9d9d9f81596dd558a47d6cf9db (diff) | |
parent | e97701c6b0509de26dbad86d0d3569be331cb94b (diff) | |
download | nextcloud-server-eeec6142ca6af64e86d1dde9103fb365a3c5f51d.tar.gz nextcloud-server-eeec6142ca6af64e86d1dde9103fb365a3c5f51d.zip |
Merge pull request #30963 from nextcloud/feat/calendar-migration
Diffstat (limited to 'lib')
-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..0d08e2ba268 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(): string; + + /** * In comparison to getKey() this function returns a human readable (maybe translated) name * @return null|string * @since 13.0.0 |