Feature Request: Allow date to be disabled in day view (scheduler)

Hi,

When displaying the scheduler or the agenda with only one day there is a hard coded date header. I would like to render the header on my own but now there is no way to disable it.

This line in eventcalendar.ts must be changed:
this._showDate = (showSchedule && scheduleType === ‘day’) || (showEventList && eventListType === ‘day’ && eventListSize < 2);

To include some kind of option to disable it.

Hello David,

I’ve created a feature request for this behaviour. Until then, you can hide the date header from css.