Parameter firstDay
doesn't seem to work with type: 'agendaWeek'
or dateAlignment: 'week'
I am trying to display the current week from given firstDay
(say 2) but I cannot do that.
Duration parameter doesn't work, firstDay doesn't work, nothing work.
Except setting visibleRange: { start: '2017-10-03', end: '2017-10-08' } However, if I hardcode the current week it wouldn't work the next week, and I want it work whenever week I open it to display the current week starting with given week start date