Open r4inX opened 1 year ago
i think the problem is those warnings about unknown options.. we did upgrade fullcalendar from 5 to 6 so it could be that they changed some stuff how to set stuff.
hey @jcompagner i looked into the fullcalender docu, the only difference i´ve found is the following @import statements / npm installs (which we in servoy cant access)
version 5:
npm install --save @fullcalendar/core @fullcalendar/resource-timeline
https://fullcalendar.io/docs/v5/timeline-view
version 6:
npm install --save @fullcalendar/core @fullcalendar/resource @fullcalendar/resource-timeline
https://fullcalendar.io/docs/timeline-view
maybe there is something missing in the fullcalendar2 2023.3 webcomponent? thanks in advance
Updated my Servoy and all my compoments to 23.3.0. Changed nothing in the code or otherwise My Calender with the premium plugin "resourceTimelineMonth" is not working anymore. In servoy-console i get nothing, but in the firefox developer console i get the following: see images.
Please let me know if there is a big api change or issue...