How to disable the creation of Birthday calendar using OCC or config.php globally?

Hi,

I am trying to automate the installation of Nextcloud with calendar. Now I want to disable the creation of Birthday calendar at all. So I do not it to be created and I do not want to disable its filling from the groupware settings manually in the Web UI. Is it somehow possible using OCC or config.php?

I want this to be global, so not to do it manually for every single user.

The setting in the groupware admin setting matches a app config.

php occ config:app:set dav generateBirthdayCalendar --value="no"