Microsoft Graph API in Laravel Controller

前端 未结 3 491
抹茶落季
抹茶落季 2021-01-16 20:22

I am using organization Outlook account. My aim is to get List of Calendar Events in the Laravel controller. Steps I followed:

  1. Created simple application in

3条回答
  •  不知归路
    2021-01-16 21:04

    You have to give permissions Calendars.Read and Calendars.ReadWrite in both your application in azure dashboard and your api call code.

    Reference link: https://docs.microsoft.com/en-us/graph/permissions-reference and https://docs.microsoft.com/en-us/graph/api/calendar-list-events?view=graph-rest-1.0&tabs=http

提交回复
热议问题