calendar permissions

Glenn Maxwell 10,106 Reputation points
2020-12-24T19:31:49.01+00:00

Hi All
i have two shared mailboxes, for sharedmailbox01 i want all my company users just to view the calendar so do i need to assign Reviewer access to it and for shared mailbox02 i want all my company users to give the permission to edit so do i need to assign editor access to it. will the below syntax work.

Add-MailboxFolderPermission -identity sharedmailbox01@Company portal .com:\calendar -user Default -accessrights Reviewer
Add-MailboxFolderPermission -identity sharedmailbox02@Company portal .com:\calendar -user Default -accessrights Editor

Below is the current permission for the shared mailbox

Get-MailboxFolderPermission -Identity sharedmailbox01@Company portal .com:\calendar |ft -AutoSize

FolderName User AccessRights SharingPermissionFlags



Calendar Default {AvailabilityOnly}
Calendar Anonymous {None}

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
582 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,164 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,334 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 40,781 Reputation points
    2020-12-25T02:24:37.413+00:00

    Hi @Glenn Maxwell ,

    Using the "Add-MailboxFolderPermission" cmdlet to modify the permission for user Default will lead to the error below:
    51169-1.png

    So please use "Set-MailboxFolderPermission" instead, for example:

    Set-MailboxFolderPermission -identity sharedmailbox01@contoso.com:\calendar -user Default -accessrights Reviewer  
    

    51199-2.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful