Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions admin_manual/groupware/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ Example event
.. versionadded:: 32.0.0

When a user logs in for the first time an example event is created in their personal calendar.

This feature is enabled by default and is controlled by the ``create_example_event`` app config.

As an admin, you can disable the creation of the example event.
It is also possible to replace the default event with a custom one.

Expand All @@ -219,6 +222,10 @@ To disable the creation of the example event for new users:
2. Scroll down to the "Example content" section.
3. Disable the "Add example event ..." setting with the checkbox

It can also be toggled from the command line::

sudo -E -u www-data php occ config:app:set dav create_example_event --value=no

To replace the built-in default event with a custom one:

1. Navigate to the Groupware settings in the admin settings.
Expand Down
6 changes: 6 additions & 0 deletions admin_manual/groupware/contacts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,18 @@ Example contact

When a user logs in for the first time an example contact is created in the user's address book.

This feature is enabled by default and is controlled by the ``enableDefaultContact`` app config.

To disable the example contact feature:

1. Navigate to the Groupware settings in the admin settings.
2. Scroll down to the "Example content" section.
3. Disable the "Add example contact ..." setting with the checkbox

It can also be toggled from the command line::

sudo -E -u www-data php occ config:app:set dav enableDefaultContact --value=no

If you want to set a specific contact that should be created.

4. Press the "Import contact" button.
Expand Down
Loading