Hi everyone,
When we click on Schedule meeting it should create a meeting with required Date and Time of the meet and it should be sent to our outlook mail and also reflect in our microsoft teams.
Can anyone help me with my requirement.
Regards,
Venkatesh
Hi @VenkateshK0758
Please follow the below steps
1.Firstly, we need to create an App in Azure Active Directory (https://portal.azure.com/).
2.Then we need to generate access token by passing the tenantID(from the app)
3.Create an online meeting with user token.
4.Create an event in the user’s default calendar or specified calendar.
Please refer the below links:
Creating Outlook Meetings from your Mendix app | by Hari haran | Mendix Community | Medium
https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http
Regards
Mamatha