Outlook アカウントのカレンダー イベントを読み取り/作成/更新するために Outlook Rest API を使用しています。
すべての手順に従いましたhttps://dev.outlook.com/RestGettingStarted/
サブスクリプション アカウントでは非常にうまく機能します。
しかし、この API は、私の個人的な Outlook アカウントのカレンダー イベントをロードするために機能しません (例: 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アカウントで機能させるためのヘルプ。高く評価されます。