outlook restapi不会为outllok个人帐户加载日历事件

时间:2015-12-11 09:21:28

标签: calendar outlook office365 outlook-restapi

我一直在使用outlook rest api来阅读/创建/更新Outlook帐户的日历事件。

遵循所有步骤https://dev.outlook.com/RestGettingStarted/

它对订阅帐户非常有效。

但api无法加载我个人展望帐号的日历事件,例如:phani.xxx@outlook.com。

API响应以下错误:

"error": {
    "code": "ErrorMissingEmailAddress",
    "message": "When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids."
}

我尝试了相同的outlook沙盒得到了相同的响应。

有任何帮助,以使此API适用于任何Outlook帐户。将受到高度赞赏。

1 个答案:

答案 0 :(得分:0)

这可能是由于您的帐户尚未启用REST API。在这种情况下,v2端点没有返回正确的错误消息存在问题。