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
path: root/lib
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2020-01-21 12:32:48 +0300
committerThomas Citharel <tcit@tcit.fr>2020-04-26 12:11:50 +0300
commitdeb2ea9cead3dbf428877faed5136fe73198b6c7 (patch)
tree603142da0bedb9d90cae4a23592be498db78822c /lib
parent0eeb6606796260bc3e0da3f2e6deb3a7cc522c3c (diff)
Provide links to calendar in event creation/update activities
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php
index 6b293dfff6d..50e2f398d4e 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -154,6 +154,12 @@ class Definitions {
'description' => 'The display name of the event which should be used in the visual representation',
'example' => 'Workout',
],
+ 'link' => [
+ 'since' => '19.0.0',
+ 'required' => false,
+ 'description' => 'A link to the page displaying the calendar',
+ 'example' => 'http://localhost/index.php/apps/calendar/dayGridMonth/2020-01-20/edit/sidebar/base64string/1579046400'
+ ]
],
],
'call' => [