diff options
Diffstat (limited to 'lib/public/RichObjectStrings/Definitions.php')
-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' => [ |