Need Help for starting of this task

0
I want to make a task “ pull meetings from outlook calender “ and am newly in mendix and newly get certified of rapid development certificate , and I didn’t how can I did that .
asked
1 answers
1

Have a look at the documentation for the REST API for outlook calendar at: https://docs.microsoft.com/en-us/graph/api/resources/calendar?view=graph-rest-1.0

This can be done with standard REST calls from the platform, see https://docs.mendix.com/howto/integration/consume-a-rest-service

answered