【发布时间】:2022-11-25 05:17:57
【问题描述】:
我正在从图表中获取用户日历。这是我的要求:
GET https://graph.microsoft.com/v1.0//users/id/calendar
这为某些用户提供了预期的结果,而为其他用户提供了 404 未找到的结果:
{
"error": {
"code": "MailboxNotEnabledForRESTAPI",
"message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise.",
"innerError": {
"date": "2022-11-24T17:41:34",
"request-id": "0c24472c-a2e3-4e84-a3bb-9e35a33d06f4",
"client-request-id": "61731188-cebe-e7b3-416d-f0e4ec8c012e"
}
}
}
我的租户拥有 Azure 活动目录高级 P2 许可证。我还需要什么?为什么它对某些用户有效而对某些用户失败?
【问题讨论】:
标签: calendar microsoft-graph-api licensing