Hello,
I'm using FullCalendar js in metronic 8, and I have to make a resourceTimeGridDay as a view. When I add the initialView 'resourceTimeGridDay' and the headerToolbar:
headerToolbar: {
left: "prev,next today",
center: "title",
right: "dayGridMonth,timeGridWeek,resourceTimeGridDay"
},
It prints in the console:
viewType "resourceTimeGridDay" is not available. Please make sure you've loaded all neccessary plugins
Then I added the following to the declaration of full calendar in js file:
plugins: [
'resourceTimeGrid', // Make sure this plugin is included
'resource',
],
This is causing another problem in fullcalendar.bundle.js line 5366:
Cannot read properties of undefined (reading 'length')
What to do and how to resolve this issue?
Hi,
This is a premium feature of Fullcalendar which is not available in the free version of the Fullcalendar plugin. For more info please check the full calendar site and learn about it's premium version.
Regards,
Sean