简体   繁体   中英

How to integrate outlook calendar API into React JS application?

Actually when I log in to the Microsoft online login with this API https://login.microsoftonline.com/{tanent_id}/oauth2/v2.0/token and use the token response into this API headers https://graph.microsoft.com/v1.0/me/events to add an event into the outlook calendar then I found this kind of error.

在此处输入图像描述

Is this a token error? Or How to solve it? I am working on a React JS app to integrate outlook calendar.

Have you license the user for Exchange Online/provision a mailbox? This endpoint corresponds to calendar events, and in order to fetch those you need to have a mailbox.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM