You created event πŸŽ‚ Leon Green (2000) in calendar Contact birthdays

sudo -u apache php /var/www/html/nextcloud/occ config:app:set dav create_example_contact --value=false --type=boolean

or

sudo -u apache php /var/www/html/nextcloud/occ config:app:set dav enableDefaultContact --value=false --type=boolean

sudo -u apache php /var/www/html/nextcloud/occ config:app:set dav create_example_event --value=false --type=boolean

sudo -u apache php /var/www/html/nextcloud/occ config:app:set dav system_addressbook_exposed --value=β€œno”

May it help other people, with unwanted unasked automatic enabled features that impact hundreds of users and hours of admin work. The topic I found around this was automatically closed.

grep -R β€œcreate_example” /var/www/html/nextcloud/apps/

create_example_contact may not be working as I can’t find the code hook, need to test this further and if system_addressbook_exposed is enough.

old topic for reference Who is Leon Green?