Week View without time/y axis

Is it possible to create a view the same as the standard week view, but without the y-axis? In its place would just be a list of events occurring that day. A similar idea to the Weekly Agenda view, but using columns instead of a page layout.

Thank you.

Ken

Hello,
you can hide the time scale using scale_width config
docs.dhtmlx.com/scheduler/api__s … r.html#day

Sample:
docs.dhtmlx.com/scheduler/snippet/30432026

List of events has to be implemented manually (you can use any list control and place it aside of the scheduler)
And you can monitor these events in order to keep the list up to date

docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html

Actually, we don’t want the events to show that way at all. We want each column to be a day, but the contents of each column to simple be a list of events - like the Weekly Agenda or month view shows them.

What’s involved in creating such a view?