
Hi @KVazquez
how do I go about turning off or deleting the group chat in this group that has a repeating meeting without setting up a new meeting every time?
Do you mean turning off the repeat meeting in this group? To better solve your issue, could you describe it in detail?
I want to create the calendar for this group but make sure that the calendar is view only for the members and that they cannot edit it.
According to our research, I found a relevant link you can refer to it. Hope it will be helpful for you. Otherwise, the CalendarMemberReadOnly switch specifies whether to set read-only Calendar permissions to the Microsoft 365 Group for members of the group.
- To set read-only Calendar permissions, use the CalendarMemberReadOnly switch without a value.
To view the current value of the CalendarMemberReadOnly property on a Microsoft 365 Group, replace with the email address of the group, and run this command: .<EmailAddress>Get-UnifiedGroup -Identity <EmailAddress> -IncludeAllProperties | Format-List *Calendar*
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.