laravel-fullcalendar
laravel-fullcalendar copied to clipboard
Week grid view
Hello,
Sounds like a stupid question but I would like to display calendar in a week grid.
I tried :
->setOptions([
'firstDay' => 1,
'defaultView' => 'dayGridWeek'
]);
But it does not seem to work. Any idea on how I could get this done ?
Best regards
Sorry my bad, I did not try enough. In case someone else is looking for this I could spare him some time.
->setOptions([
'firstDay' => 1,
'defaultView' => 'agendaWeek',
]);