Hello,
timeline rounds selected date to the nearest time_step value. docs.dhtmlx.com/doku.php?id=dhtm … .time_step
For example if you have following config:
scheduler.config.time_step = 15;// default value is 5 minutes
and user clicks in right part of the cell, somewhere around 8:55, the date will be rounded to 9:00 and event will appear in the next cell. If user have clicked on 8:50, it will be rounded to 8:45 and cell won’t change