0

I have been using outlook rest api's to read/create/update calendar events of outlook account.

Followed all the steps https://dev.outlook.com/RestGettingStarted/

It works very well for the subscription account's.

But the api does not work to load the calendar events of my personal outlook account ex: phani.xxx@outlook.com.

API responds with below error:

"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."
}

I have tried the same with outlook sandbox got the same response.

Any help on this to get this api working for any outlook account. Will be highly appreciated.

4

1 回答 1

0

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

于 2015-12-11T19:24:17.323 回答