Create Outlook appointment from mendix app

0
Hello Experts, I have an calender(https://docs.mendix.com/appstore/widgets/calendar/) integrated into my mendix 9.12.0 app. My requirement is to create the appointment in Microsoft Outlookn(org outlook) as soon as the appointment is created in my app calender. Also the outlook appointment must be updated if there is any change in my application calender.   Can anyone guide me the steps to implement it? Thanks in advance
asked
2 answers
0

Hi, 

 

I am not an Expert yet. But my suggestion would be, do look into Microsoft Graph Connector API. 

answered
0

As Vijaya suggested, you can use Microsoft's Graph API.

You can generate an iCal file if you want a simpler solution. The contents are purely text so you can create it in a microflow. The downside is that you must download this file after the appointment is created and can't update it.

answered