schedulerLicenseKey is not assignable to type CalendarOptions
Snoppi-Wizard opened this issue · 2 comments
Snoppi-Wizard commented
I use Angular 15.0.3 with FullCalendar 6.0.0-beta4.
Now it seems that the property 'schedulerLicenseKey' is not valid any more (my IDE is complaining).
Where do I have to enter the key now?
arshaw commented
You'll need to install new peerDependency: @fullcalendar/resource
https://fullcalendar.io/docs/v6/upgrading-from-v5#peer-dependencies
I might need to make this clearer
Snoppi-Wizard commented
This works for me. But I do not use the resource plugin at all, so I thought I do not have to install it.