laravel-fullcalendar icon indicating copy to clipboard operation
laravel-fullcalendar copied to clipboard

Week grid view

Open ShapesGraphicStudio opened this issue 4 years ago • 1 comments

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

ShapesGraphicStudio avatar Aug 27 '19 12:08 ShapesGraphicStudio

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',
            ]);

ShapesGraphicStudio avatar Aug 27 '19 12:08 ShapesGraphicStudio