Step 1 : Get Access Token Step 2 : Set up URL and request body in POSTMAN Step 1 : To get Access token, Visit my blog hereThere are many API exposed by Microsoft for Microsoft 365 data, Microsoft Doc Step 2 : Open POSTMANAdd Request to collection, URL : https://graph.microsoft.com/beta//users/andrewr@test.onmicrosoft.com/calendar/getSchedule Go to Authorization > … Continue reading Get Users Outlook Meetings via API using Graph API.
Tag: graphapi
Get Access Token for Graph API
Step 1 : Register App in Azure App Registration Step 2 : Get Client Secret and Client Id from App RegisteredStep 3 : Set up URL and Body Parameters in POSTMAN and Call the Microsoft Token API. Step 1: Register App in Azure App Registration Prerequisite : Must have Azure account. Login to Azure Portal, … Continue reading Get Access Token for Graph API