Servoy / fullcalendarcomponent2

Servoy Component around Fullcalendar
MIT License
0 stars 0 forks source link

servoy 23.3.0 and fullcalendar2 23.3.0 | premium plugins dont work nomore #2

Open r4inX opened 1 year ago

r4inX commented 1 year ago

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...

fc2_1 fc2_2

jcompagner commented 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.

r4inX commented 1 year ago

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