Hi,
there can be differences in API from the fullcalendar version1 compared to fullcalendar version 2.
About:
elements.calendar.addEventSource(eventSource);
What type of eventSource are you trying to add ? I see API spec is expecting a FunctionEventSource type: example
var eventSource = {
id: 'default',
events: eventSourceCallback,
editable: false,
startEditable: false,
durationEditable: false,
allDayDefault: false
}
function eventSourceCallback(start, end, params) {... }
About eventColor and eventTextColor, how can you see the effects if you have no events displayed due to error of addEventSource ?
About the options allDaySlot, indeed i see it missing. You can request a Feature to add that at support.servoy.com, so will go into our ticketing system. Similar for other issues, you can attach a sample solution demonstrating the issues so our experts can look at it.
Regards,
Paolo