how to disable automatic creation of example events

fulfilling the wish of https://github.com/nextcloud/documentation/pull/13523#issuecomment-3257422671

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
This commit is contained in:
Alexander Müller
2025-09-08 09:05:37 -05:00
committed by backportbot[bot]
parent 9e9a556307
commit 21ce7cb813

View File

@@ -704,6 +704,13 @@ addressbooks shared with you. This example syncs to your calendar from user bern
sudo -E -u www-data php occ dav:sync-birthday-calendar bernie
Disable creation of example events
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This will disable the automatic creation of example events in calendar: ::
sudo -E -u www-data php occ config:app:set dav create_example_event --value=false --type=boolean
.. _database_conversion_label: