We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e9a556 + 21ce7cb commit f9f99e3Copy full SHA for f9f99e3
1 file changed
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