Skip to content

Commit f9f99e3

Browse files
authored
Merge pull request #13751 from nextcloud/backport/13628/stable32
[stable32] how to disable automatic creation of example events
2 parents 9e9a556 + 21ce7cb commit f9f99e3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)