How to call Microsoft Graph API using VBA?
问题 Question Is it possible to call Microsoft Graph API using VBA code? If yes, how to handle O365 authorization? I have seen plenty of topics saying to create an application in Microsoft Azure to get a token but I am surprised I must do that for a simple local use. What I tried After discovering Microsoft Graph, I tried this API in Graph Explorer https://graph.microsoft.com/v1.0/planner/tasks I was able to create a task in planner! Consequently, in my mind, it was possible to call this API from