Unable to add calendar permission over a mailbox - Exchange Online

Nilesh Thakur 6 Reputation points
2022-05-04T12:47:31.52+00:00

Hello Support,

I am simply trying to add the calendar permission to a user over a shared mailbox, howvere, it fails saying "Get-MailboxFolder: The specified mailbox Identity: doesn't exist.". But when I check the calendar permission using Get-MailboxFolderPermission command I can see those.
Below is the capture..

198874-image.png

Also checked I have the below permissions. Can you please help here

198787-image.png

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,685 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Nilesh Thakur 6 Reputation points
    2022-05-05T13:00:45.817+00:00

    Thank you Andy for your response. However, it was due to recipient admin permission was revoked for me. As soon as I had added the permission it worked for me

    1 person found this answer helpful.
    0 comments No comments

  2. Andy David - MVP 151.1K Reputation points MVP
    2022-05-04T15:43:49.607+00:00

    Try this:

    Get-MailboxFolderPermission -Identity <Mailbox> | Add-MailboxFolderPermission -user <user> -AccessRights Owner
    
    0 comments No comments

  3. Jayce Yang-MSFT 1,486 Reputation points Microsoft Vendor
    2022-05-31T07:52:30.873+00:00

    Glad to know that your issue is resolved now, and thanks for sharing the solution above! Since our forum has the policy that The question author cannot accept their own answer. They can only accept answers by others, and according to the scenario introduced here: Answering your own questions on Microsoft Q&A

    I would make a brief summary of this post so that other forum members could easily find useful information here:

    Issue
    -------
    Unable to add calendar permission over a mailbox in Exchange Online and got the error message: "Get-MailboxFolder: The specified mailbox Identity: doesn't exist.".

    Solution

    -----------

    Recipient admin permission was revoked, and re-add it solved this issue.

    You could "Accept Answer" for this summary to close this thread, and your action would be helpful to other users who encounter the same issue and read this thread. Thanks for your understanding!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.