Integration Mendix with Office 365 using To Do List

0
Hi guys, Anyone know how to integrate Mendix and Office 365 to show the task in Microsoft To Do List application? I have follow the steps in Docs to make the consumed REST, but I did not understand the way of presenter explained. Thank you.
asked
2 answers
2

Okay, use rest call & by following this link :

https://docs.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0

 

And in this link, you can find the list of usecase that can be achieved from v1.0 :

https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0

 

answered
0

Hi,

You can refer Microsoft Graph API’s & it’s doc : 

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

https://docs.microsoft.com/en-us/graph/overview

Are you trying to create calendar event something like that from Mendix to Outlook ?

answered