feat: restrict calendar invitation participants

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski
2026-01-15 16:09:17 -05:00
committed by backportbot[bot]
parent 346f4d25ff
commit c351fe8289

View File

@@ -40,6 +40,12 @@ See :doc:`../configuration_server/email_configuration`.
You must also make sure the "Send invitations to attendees" setting is activated in the admin setting groupware section for the emails to be sent.
Administrators can disable the sending of invitations to external participants with the following command::
sudo -E -u www-data php occ config:app:set dav caldav_external_attendees_disabled --value yes
This prevents invitations from being sent to attendees outside the instance and hides external contacts from the invitee search.
Birthday calendar
-----------------
Contacts that have a birthday date filled are automatically added as events to a special Birthday calendar.