diff options
author | Thomas Citharel <tcit@tcit.fr> | 2020-01-21 10:32:48 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2020-04-26 11:11:50 +0200 |
commit | deb2ea9cead3dbf428877faed5136fe73198b6c7 (patch) | |
tree | 603142da0bedb9d90cae4a23592be498db78822c /lib | |
parent | 0eeb6606796260bc3e0da3f2e6deb3a7cc522c3c (diff) | |
download | nextcloud-server-deb2ea9cead3dbf428877faed5136fe73198b6c7.tar.gz nextcloud-server-deb2ea9cead3dbf428877faed5136fe73198b6c7.zip |
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.php | 6 |
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' => [ |