Create Outlook Appointment from Mendix App

0
Hi all,   I got an example task that involves booking a room and then if possible creating an appointment in your personal outlook calendar with the time and room name that you want to book. As I am fairly new I wanted to ask if it was possible to access the outlook calender in a mendix program and add the appointment and how I could do that.   Thank you.
asked
2 answers
3

Hi Lenny, 

You can create appointment/event/meeting in your calendar event via below API 

https://docs.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=http

If you hit this API with proper request, meeting will be created in your calendar

answered
1

HI,

It can be done using https://marketplace.mendix.com/link/component/315 this widget and you can use Microsoft graph api logic for appointment creation. 

Suggest you to refer this doc https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0

answered