I am able to create a calendar via Microsoft Graph in O365 with below API
POST v1.0/users/{alias}/calendars
I am not able to find an API which can be used to share the created calendar to another user. Is there an API which I can use to share this calendar to a another user.
It is possible to share via outlook as below, but I am not finding an API to do this via Microsoft Graph.