Fullcalendar Component v1.1.1

Fullcalendar Web Component v1.1.1 has been released.

This is release can be used installed via Web Package Manager with Servoy 8.2.1 or higher.

Release Notes:
-event’s date param is undefined

Is it possible to use groupByResource or groupByDateAndRsource

from the doc files

To activate this functionality in a single-day view, simply use agendaDay or basicDay view and specify the resources setting:

$(‘#calendar’).fullCalendar({
defaultView: ‘agendaDay’,
events: [
// events go here
],
resources: [
{ id: ‘a’, title: ‘Room A’ },
{ id: ‘b’, title: ‘Room B’ },
{ id: ‘c’, title: ‘Room C’ },
{ id: ‘d’, title: ‘Room D’ }
]
});