dhtmlx scheduler timeline view event box starting position

I am used dhtmlx scheduler timeline view for taxi booking purpose and i am facing some problems that is listed below
1.The event end time is optional
There is a situation about the unpredicted end time in booking so how can i implement the timeline view for this situation.
2.Event box starting position problem
I need to place the event position from the left side of the column with minimum width.Currently the position of the event box is starting regarding the time.Please find the image for detail review.

Please help…


Hi,

event.end_date is a required property. You can use some default value (5 min or 2h) for a booking. Try to use an “auto_end_date” property :
docs.dhtmlx.com/scheduler/api__s … onfig.html

As for event position in the scheduler, well, this is an expected behavior that the event is rendered regarding its start date and length. You could set up a time step equal to the scale step or use a “round_position : true” property in the timeline view.
docs.dhtmlx.com/scheduler/api__s … onfig.html
docs.dhtmlx.com/scheduler/timeli … ecellwidth