Custom External DragDrop

Hello,

I'd like to use my own custom external drag&Drop from a colum that i dynamically create inside of the scheduler.

So i need to also dynamically create a custom container for the events that could be dropped into the scheduler like this :



So i need to Drag Items from the left side to the right side and also from right to left(Don't know how i can do .


but as i'd like to align events horizontally it's not the better way and i also have to generate it dynamiccaly in the HTML, something like this:


let customContentDiv: Element = document.getElementsByClassName('customContentDiv')[0];

customContentDiv.appendChild(CONTAINER FOR EVENT TO BE DRAG&DROPPED)

Can you help me ? Thanks by advance !

Loader.
Up arrow icon