Share via

Calendar permissions in an Office 365 Group

Anonymous
2018-06-19T09:25:38+00:00

Is it possible to give group members read-only permissions in a 365 group calendar and if so, how?

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2018-06-19T12:38:32+00:00

    Hi Jamie,

    Yes. You can run PowerShell commands to set the read-only permissions. Below are the steps:

    1. Connect to Exchange Online PowerShell with an Office 365 admin account.
    2. Run this command to set the read-only value:

    ***Set-UnifiedGroup -Identity ***@contoso.onmicrosoft.com -CalendarMemberReadOnly

    1. 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

    5 people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-06-22T07:34:43+00:00

    Thanks Barry.

    0 comments No comments
  2. Anonymous
    2018-06-21T10:41:01+00:00

    Hi Jamie,

    Have you tried the PowerShell commands?

    Regards,

    Barry

    0 comments No comments