Get section of externally dropped element

My starting point is docs.dhtmlx.com/scheduler/sample … _drag.html
How can I find the section id of the row where the item was dropped? I want to make an AJAX call (item id, section id) without calling the lightbox form. Thanks.

Hello,
you can either use scheduler.getActionData docs.dhtmlx.com/scheduler/api__s … ndata.html (takes DOM event as argument)
or just take a section value from the newly created scheduler event screencast.com/t/L8vOKFV3

Thank you. Problem sorted.