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