Calendar from JSON

0
Hello Mendix community,   I have created a Applikation loading the following JSON from the MindSphere:   [{"startTime":"2019-01-31T23:00:00.000Z","endime":"2019-02-01T23:00:00.000Z","status":0},{"startTime":"2019-02-01T23:00:00.000Z","endime":"2019-02-02T23:00:00.000Z","status":1},{"startTime":"2019-02-01T23:00:00.000Z","endime":"2019-02-02T23:00:00.000Z","status":3},{"startTime":"2019-02-02T23:00:00.000Z","endime":"2019-02-03T23:00:00.000Z","status":4},{"startTime":"2019-02-03T23:00:00.000Z","endime":"2019-02-04T23:00:00.000Z","status":0},{"startTime":"2019-02-04T23:00:00.000Z","endime":"2019-02-05T23:00:00.000Z","status":3}]   and show in a Mendix Applikation: Does anyone know how to show it in a nice way as a calendar. Maybe with one of the following Libs: https://openui5.hana.ondemand.com/#/entity/sap.m.PlanningCalendar/sample/sap.m.sample.PlanningCalendar https://fullcalendar.io/#demos https://developers.google.com/chart/interactive/docs/gallery/ganttchart   Thanks for your help! Axel 
asked
1 answers
1

I can’t see your screenshot (is the URL publicly accessible?)

That said, the Calendar widget in the app store probably does what you’re looking for. It is based on the FullCalendar library.

answered