Merge pull request #13751 from nextcloud/backport/13628/stable32

[stable32] how to disable automatic creation of example events
This commit is contained in:
Richard Steinmetz 2025-10-03 16:01:22 +02:00 committed by GitHub
commit f9f99e330b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: