@rgibson @SuiteUpstairs @Renzo
For changing the time slot to 1 day, please see this post
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
];