Another View Option to Resource Calendar

@rgibson @SuiteUpstairs @Renzo

For changing the time slot to 1 day, please see this post :smile:

@SuiteUpstairs

Also, on the Day view is there a way to show what day of the week is displaying? M,T,W,T,F etc.

FullCalendar.globalDefaults.slotLabelFormat = [
  { month: 'long', year: 'numeric' }, // top level of text
  { weekday: 'long' } // lower level of text
];