标签: azure calendar office365 microsoft-graph outlook-restapi
我可以使用以下API在O365中通过Microsoft Graph创建日历
POST v1.0/users/{alias}/calendars
我找不到可用于与其他用户共享创建的日历的API。有没有可以用来与其他用户共享此日历的API。
可以通过如下所示的Outlook进行共享,但是我找不到通过Microsoft Graph来实现此目的的API。