File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,3 +179,30 @@ or::
179179
180180 # Allow users to create calendars/subscriptions without restriction
181181 sudo -E -u www-data php occ config:app:set dav maximumCalendarsSubscriptions --type=integer --value=-1
182+
183+ Example event
184+ -------------
185+
186+ .. versionadded :: 32.0.0
187+
188+ When a user logs in for the first time an example event is created in their personal calendar.
189+ As an admin, you can disable the creation of the example event.
190+ It is also possible to replace the default event with a custom one.
191+
192+ To disable the creation of the example event for new users:
193+
194+ 1. Navigate to the Groupware settings in the admin settings.
195+ 2. Scroll down to the "Example content" section.
196+ 3. Disable the "Add example event ..." setting with the checkbox
197+
198+ To replace the built-in default event with a custom one:
199+
200+ 1. Navigate to the Groupware settings in the admin settings.
201+ 2. Press the "Import calendar event" button.
202+ 3. Choose an ICS file to be imported.
203+
204+ .. note :: The start and end date will be overwritten with dates in the future when a custom event
205+ is supplied to ensure that the user sees the event.
206+
207+ It is also possible to revert to the default built-in event by pressing the "Reset to default"
208+ button next to the import button.
You can’t perform that action at this time.
0 commit comments