How to publish calendar using MS Graph and also obtain url of published calendar?

Sanjeev 11 Reputation points
2021-04-07T13:37:21.687+00:00

i created new calendar for user using application permission through MS-Graph (POST /users/{id | userPrincipalName}/calendars) Now i am trying to publish the calendar and get the published calendar URL, does anyone know if that can be done through MS-Graph or not? I checked the documentation and couldn't find anything regarding that. The service principal i am using has Calendar.Read and Calendar.ReadWrite permission with Admin consent.

Thanks
Sanjeev

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

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-04-09T14:25:30+00:00

    AFAIK, its not available in Microsoft Graph API. As an alternate, you can use Exchange PowerShell or follow the given post/steps which will get you the URL of it.

    0 comments No comments