Integrating Mendix with Outlook.....

0
Hey everyone, we are creating an app for school where we have an appointment system. What we wanted to create is an button that adds the appointment to your outlook agenda or sends an email with an .ics file or anything in that direction, if anyone could help us out it would be greatly appreciated!   Hey we creating an app for school where we have an appointment system. What we wanted to create is an button that adds the appointment to your outlook agenda or sends and email with an .ics file or anything in that direction, if anyone could help us out it would be greatly appreciated! Thanks in advance       Hey we creating an app for school where we have an appointment system. What we wanted to create is an button that adds the appointment to your outlook agenda or sends and email with an .ics file or anything in that direction, if anyone could help us out it would be greatly appreciated! Thanks in advance   Hey we creating an app for school where we have an appointment system. What we wanted to create is an button that adds the appointment to your outlook agenda or sends and email with an .ics file or anything in that direction, if anyone could help us out it would be greatly appreciated!          
asked
2 answers
2

Hi Emre Eroglu,
As Ayushi Mentioned you can use this module : https://forum.mendix.com/link/questions/114950

The two parameters are

1. Message ( Any message that you wanted to convey to the invitees).

2. Authorization Object  – These values you can configure in Azure tenant by Creating TenantId ,Client ID, Client Secret and paste the values in your DB. Do not forget to give Suitable permission in Order the API to work. 

You can create an app registration from here https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade (mentioned in the module).

answered
1

Hello Emre

Please check below module

https://marketplace.mendix.com/link/component/117007

Hope it will help you with your requirement.

Thanks

answered