Send Appointment using Microsoft graph connector.

0
Hello, I am trying to send appointment directly to my outlook calendar from Microsoft graph. On research I found few articles on sending email (like Link ) but not the appointments. Also, I am unable to find steps in Mendix for event creation to outlook. Are there any proper document/steps which describes to setup Microsoft graph to send appointment from Mendix app describing microflow? Greatly appreciate the response. 
asked
1 answers
1

Maybe The Azure Graph Explorer will help you. You will find several examples for using GraphAPI.

 

https://developer.microsoft.com/en-us/graph/graph-explorer

 

In Mendix you call the Graph-API resources via the Call REST.

answered