Add ability to override any FullCalendar settings (4.2)
Added the setOptions() function to allow setting FullCalendar.io settings.
Pass an associative array with the settings you wish to set, e.g.:
$calendar->setOptions(['firstDay' => 1]); //start weeks on mondays