Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions admin_manual/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down