Set events with seconds precision

I’m using dhtmlxScheduler for a radio automation app so naturally I need the ability to start events at second intervals so that there aren’t gaps between songs. How can I do this?

I’m trying to do the same thing for a video automation app!
I’ve been reading through the code and it is littered with n*60000 occasionally it is divided by scheduler.config.time_step [but not always :frowning: ] and it does not appear that you can set this to 1/60000.
I think the underlying dthmlx works in minutes so it’s not been as easy as it would seem which is probably why no one has answered.

How far did you get?

Sorry you can set time_step (I found a bug in my code that was resetting it). However changing it to something so small throws up a whole bunch of other problems!

Which are possible to overcome!