Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-03-10 22:34:11 +0300
committerGitHub <noreply@github.com>2022-03-10 22:34:11 +0300
commiteeec6142ca6af64e86d1dde9103fb365a3c5f51d (patch)
tree78810fd8f9bda5bd1c7f41480674774bef9fb070 /lib/public
parent53e30c40bcc7ac9d9d9f81596dd558a47d6cf9db (diff)
parente97701c6b0509de26dbad86d0d3569be331cb94b (diff)
Merge pull request #30963 from nextcloud/feat/calendar-migration
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Calendar/ICalendar.php5
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