Office 365 Personal - Hotmail domain - REST API - Error : no mailbox associated

Office 365 Personal - Hotmail domain - REST API - Error : no mailbox associated

我购买了一个 Office 365 个人 帐户并将其与我现有的 hotmail 电子邮件帐户相关联。所以现在使用 hotmail ID,我可以登录 Office 365 并使用产品。

现在我正在尝试访问 Calendar REST API,如 article.

中所述

如果我尝试:

https://outlook.office365.com/api/v1.0/users/myemail@hotmail.com/calendarview?startDateTime=01/01/2000&endDateTime=01/01/2014

然后它给出:

{
error: { code: "ErrorNonExistentMailbox", message: "The SMTP address has no mailbox associated with it." }
}

如果我尝试:

https://outlook.office365.com/api/v1.0/me/events

然后:

{

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

}

如果我尝试:

https://outlook.office365.com/api/v1.0/users/myemail@hotmail.com

然后:

{ error: { code: "ErrorInternalServerError", message: "Invalid value for arg:smtpAddress, value:" } }

目前 Office 365 API 不支持 Office 365 个人帐户。