AD Graph API 获取日历详细信息

AD Graph API get calendar details

我需要使用 AD 图表下拉日历详细信息 API。我该如何实现?

我看到很多关于 Microsoft graph API 的示例,但不是 AD graph API。任何指针?

正在寻找 API 端点文档以供 https://graph.windows.net 下拉 日历详细信息

很遗憾,AAD Graph API 不支持获取日历。在此处查看所有 AD 图 API:Azure AD Graph API reference。 MS Graph API 和 AD Graph API 不同,它们会有一些不同的特征。

在官方文档中,Microsoft 强烈建议您使用 Microsoft Graph 而不是 Azure AD Graph API。他们不再定期更新 AD Graph 的内容 API,Microsoft Graph 是他们投资 Microsoft 云服务的地方。

您可能已经发现,您可以使用 MS Graph API : Get calendar to do that. Besides, for more details about the difference between MS Graph API and AD Graph API, see this link : .