Hello,
I would like to set up scheduler with monthView and agendaView so that the time range is always the same in the tool bar.
I used the days property set to 42 but the range in the toolbar changes when I switch between views.
These are my settings:
……………………………………………………………..
toolBarRangeFormat: ‘dd MMMM yyyy’,
………………………………………………………………
views:
[
{type: ‘monthView’, timeRuler: {formatString: “HH: mm”}},
{type: ‘agendaView’, days: “42”, timeRuler: {formatString: “HH: mm”}}
]
………………………………………………………………
How can I get this? Is the setting of days incorrect? Can I act on other properties?
Thanks in advance