Share a Calendar with Microsoft Graph API

Javier Blazquez Sandoval 21 Reputation points
2021-04-12T08:25:39.697+00:00

Hi everyone,

We are currently developing an application in which, every time we create an user, we want to create a calendar for the user and share that calendar with other users via MS Graph API.
We can create the user and the calendar without problem, but cannot find any option to share the calendar.

We are using MS Graph vesión 1.0 with Application authentication and tried in beta and no result either.

Is there a way to accomplish this with the API?

Thank you in advance!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,997 questions
0 comments No comments
{count} votes

Accepted answer
  1. Danstan Onyango 3,821 Reputation points Microsoft Employee
    2021-04-13T08:52:04.21+00:00

    As far as I know, this is not yet supported by Graph. I would have imagined that calendarPermission supports a create operation that grants permissions to another user calendar but it does not work as its not documented.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Javier Blazquez Sandoval 21 Reputation points
    2021-04-13T09:01:05.14+00:00

    That was my thought. I've tried also with calendarPermission but no luck.

    Thanks Danstan!


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.