通过Microsoft Graph API错误获取Outlook的calendarView
问题描述:
我使用Microsoft Graph API获取日历日历,但得到3个结果:
I use Microsoft Graph API to get calendar of outlook but I get 3 results:
1.成功,我得到了我的日历.
1. Success, I get the infor my calendar.
2.错误:"UnknownError"
2. Error: "UnknownError"
{
"error": {
"code": "UnknownError",
"message": "",
"innerError": {
"request-id": "f54ef64d-5ba9-4afe-b66c-b414447f81e5",
"date": "2018-12-25T07:51:20"
}
}
}
3.错误: "ResourceNotFound"
3. Error: "ResourceNotFound"
{
"error": {
"code": "ResourceNotFound",
"message": "Resource could not be discovered.",
"innerError": {
"request-id": "d76e47ff-2698-452a-ba2a-4bec6f1f5487",
"date": "2018-12-26T02:14:48"
}
}
}
有人可以帮我解决这个问题吗?谢谢!
Can someone help me handing this please? Thanks!
答
你好,
可以包含您正在进行的实际Graph调用吗?这将有助于我的测试.
Can you include the actual Graph call you are making ? This will help with my testing.