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:
authorChristopher Ng <chrng8@gmail.com>2022-02-08 09:54:07 +0300
committerChristopher Ng <chrng8@gmail.com>2022-03-02 04:59:15 +0300
commit4eff3594416481dbbf34057f53072d92119ababd (patch)
treed0a02d2052fe30cd7b011cf6ec94f8e10d3c158e /lib/public/Calendar
parent9d088dfa5a49653e580575b98f1dd4d5f50b92a9 (diff)
Calendar export and import
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'lib/public/Calendar')
-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..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