Add event inside the time span as an already existing event

I want to be able to add a new event that is inside the timespan of an already existing event.
E.g. in Outlook they have added that ability by allowing some space. See screenshot:

What is the preferred way of doing something similar in this scheduler?


Hello,
you can do it using the following config
docs.dhtmlx.com/scheduler/api__s … onfig.html

Demo:
docs.dhtmlx.com/scheduler/snippet/2fa20360

And you can move elements using negative margin if you want that space to be located at right of event
docs.dhtmlx.com/scheduler/snippet/b400b936

Cool! Great, thanks!