Connection to Microsoft products

0
Hi, We have task to create folder  in Outlook 365 from our Mendix application has anybody done this? (we would like to do this without creating custom code / widgets) Also we have to connect to SharePint and read data from SharePoint page into Mendix app.  Generally, there are not that much information regarding connection between Mendix and Microsoft. Br,    Agnese  
asked
1 answers
0

Hi,

You should use the MSGraph environment. Very much documentation on the Microsoft site for this. https://developer.microsoft.com/en-us/graph/graph-explorer

When you log in using your own account, you can test the API’s. For your Mendix environment you should use an authentication mechanism like OAuth. There is also an appstore module for msgraph.

Best regards,

Diederik

answered