Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Jamie,
Yes. You can run PowerShell commands to set the read-only permissions. Below are the steps:
- Connect to Exchange Online PowerShell with an Office 365 admin account.
- Run this command to set the read-only value:
***Set-UnifiedGroup -Identity ***@contoso.onmicrosoft.com -CalendarMemberReadOnly
- Run this command to check the CalendarMemberReadOnly in this group.
***Get-UnifiedGroup -Identity ***@contoso.onmicrosoft.com -IncludeAllProperties | Format-List
Note: Replace ******@contoso.onmicrosoft.com to your Office 365 group’s email address.
Thanks,
Barry