How to create a Calendar widget based on the full calendar (https://fullcalendar.io/)

1
Hello,   We would like to evaluate and eventually buy the Full calendar (https://fullcalendar.io/) and integrate this into Mendix for scheduling purposes.   We know that there is a Widget available on market place based on the free version of the Full Calendar (https://fullcalendar.io/). The Widget can be found under:  Mendix Marketplace - Calendar   Unfortunately the Market place calendar widget  does not feet to our needs because the time Line Resource view is not available there.   Could you please help me to create a Mendix widget based on the  Full Calendar (https://fullcalendar.io/)? Thank you very much in advance 
asked
1 answers
0

I see fullcalendar provides NPM packages

like npm install --save @fullcalendar/core @fullcalendar/resource-timeline

 

(See https://fullcalendar.io/docs/plugin-index)

 

You can follow these steps

https://docs.mendix.com/howto/extensibility/create-a-pluggable-widget-one/

 

If you need technical expertise, we can connect.

answered