Skip to content

Commit 2bfb6e2

Browse files
authored
Merge pull request #13523 from nextcloud/feat/admin/calendar-example-event-feature
feat(admin): document example event feature
2 parents 93e1640 + 0fc5588 commit 2bfb6e2

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

admin_manual/groupware/calendar.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)