Create an entry in a SharePoint calendar for each entry in the Mendix calendar.

0
Hello all :),  Can anyone plz guide me how to Creat an entry in a sharepoint calendar for each entry in the mendix Calendar I make???
asked
1 answers
1

You should be able to do this via the REST API of sharepoint and standard Mendix functionality.

See here for an example(as an ajax call, but you’ll get the point): https://stackoverflow.com/questions/35453227/add-event-to-calendar-on-sharepoint-through-rest-api

answered