From deb2ea9cead3dbf428877faed5136fe73198b6c7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 21 Jan 2020 10:32:48 +0100 Subject: Provide links to calendar in event creation/update activities Signed-off-by: Thomas Citharel --- lib/public/RichObjectStrings/Definitions.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') 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' => [ -- cgit v1.2.3