We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6fb5a3 + bd617dd commit cc67047Copy full SHA for cc67047
admin_manual/occ_command.rst
@@ -704,6 +704,13 @@ addressbooks shared with you. This example syncs to your calendar from user bern
704
705
sudo -E -u www-data php occ dav:sync-birthday-calendar bernie
706
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
714
715
.. _database_conversion_label:
716
0 commit comments