Skip to content

Add ability to override any FullCalendar settings (4.2)

Choose a tag to compare

@maddhatter maddhatter released this 13 Mar 00:48
· 33 commits to master since this release

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