Microsoft 365 Calendar
With the Microsoft 365 Calendar modules in Make, you can monitor, create, update, or delete the events and calendars in your Microsoft 365 Calendar account.
To use the Microsoft 365 Calendar modules, you must have a Microsoft 365 account. You can create an account at office.com.
Refer to the Microsoft 365 Calendar API documentation for a list of available endpoints.
To establish the connection in Make:
- Log in to your Make account, add a Microsoft 365 Calendar module to your , and click Create a connection.
- Optional: In the Connection name field, enter a name for the connection.
- Optional: Click Show advanced settings to enter your custom app client credentials, tenant ID, and add additional scopes as needed. For more information, refer to the Microsoft 365 Partner Center documentation. If requested, use the following Redirect URI when creating your custom app: https://www.integromat.com/oauth/cb/azure.
- Click Save.
- If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your and add more Microsoft 365 Calendar modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
After connecting the app, you can perform the following actions:
Event
- Watch EventsRequired Permission: offline_access, User.Read, Calendars.Read
- Search EventsRequired Permission: offline_access, User.Read, Calendars.Read
Use Keyword Query Language (KQL) search syntax to build your search queries in Microsoft modules. For more information, see Microsoft Graph help.
- Get an EventRequired Permission: offline_access, User.Read, Calendars.Read
- Create an EventRequired Permission: offline_access, User.Read, Calendars.ReadWrite
- Update an EventRequired Permission: offline_access, User.Read, Calendars.ReadWrite
- Delete an EventRequired Permission: offline_access, User.Read, Calendars.ReadWrite
Calendar
- List CalendarsRequired Permission: offline_access, User.Read, Calendars.Read
- Get a CalendarRequired Permission: offline_access, User.Read, Calendars.Read
- Create a CalendarRequired Permission: offline_access, User.Read, Calendars.ReadWrite
- Update a CalendarRequired Permission: offline_access, User.Read, Calendars.ReadWrite
- Delete a CalendarRequired Permission: offline_access, User.Read, Calendars.ReadWrite
Other
- Make an API CallRequired Permission: offline_access, User.Read