Hi, I’m using
view: MbscEventcalendarView = {
schedule: {
type: ‘week’,
allDay: false,
startDay: 1,
endDay: 6,
startTime: ‘07:00’,
endTime: ‘19:00’
}
};
and want to show events which are not in the present week. Is it possible to choose which week to show or even better jump to the right week with the first event?