From bd617dd25c781df1caddaccdd3b8cb04eaca7370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= <28591861+alexanderdd@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:05:37 -0500 Subject: [PATCH] how to disable automatic creation of example events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- admin_manual/occ_command.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index c137005b221..3a06289cbd9 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -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: