0

Office 365でグループ共有の予定表を作成しました。すべてのユーザーは自分の Outlook インターフェイスでカレンダーを読むことができますが、 Azureで開発されたアプリケーションからもこのカレンダーを読みたいと思います。

The Microsoft Graph Explorerで確認すると、一部のユーザーはこの共有カレンダーにアクセスできます。"access denied is returned".

{
    "error": {
        "code": "ErrorAccessDenied",
        "message": "Access is denied. Check credentials and try again.",
        "innerError": {
            "request-id": "e5a607ba-4885-49ff-b53c-d6df11bc33c0",
            "date": "2019-01-23T10:32:31"
        }
    }
}

この問題を解決するには、どれを使用できますか?

4

1 に答える 1