I need several scheduling in a single lightbox

I need the lightbox to look the way I did the print. For example, I select Hairstyle and set a schedule for it, and also select Make and schedule a schedule for it, hence 2 events will be generated on the Schedule. Is that possible?


Hi,
it’s not possible with a built-in time control since it hardcoded to start_date/end_date properties of an event object.

However,
you can check the source codes of built in time selectors
github.com/DHTMLX/scheduler/blo … r.js#L6006
And create a new control according to your requirements
docs.dhtmlx.com/scheduler/custo … ditor.html