Skip to content

Commit cc67047

Browse files
authored
Merge pull request #13628 from nextcloud/alexanderdd-patch-1
how to disable automatic creation of example events
2 parents b6fb5a3 + bd617dd commit cc67047

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

admin_manual/occ_command.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,13 @@ addressbooks shared with you. This example syncs to your calendar from user bern
704704

705705
sudo -E -u www-data php occ dav:sync-birthday-calendar bernie
706706

707+
Disable creation of example events
708+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
709+
710+
This will disable the automatic creation of example events in calendar: ::
711+
712+
sudo -E -u www-data php occ config:app:set dav create_example_event --value=false --type=boolean
713+
707714

708715
.. _database_conversion_label:
709716

0 commit comments

Comments
 (0)