I have
calendar = $(‘#employee-shifts-calendar’).mobiscroll().eventcalendar({
view: { // More info about view: Responsive event calendar documentation for various frameworks | Mobiscroll
timeline: {
type: ‘day’,
eventList: true
}
},
height: ‘auto’,
renderHeader: function () {
return ‘
‘
‘Week’ +
‘Month’ +
‘
},
It goes from Day to Week and Month ok and between Month and Year and Year and month but how can I get it to go back to the Day View please? Is there a way of clicking on the Day in the Week view so it goes to that day or at least a way of returning to the day view? Thanks