Open Popup from Timeline - not lightbox

Hello together,
when I create a new event, I don’t want the lightbox to open. The lightbox will be opened additionally afterwards. How can I prevent this?

If I open an existing event, only a popup is opened. If I close the popup, no lightbox is opened.

scheduler.attachEvent(‘onEventCreated’, function (event_id) {
var ev = scheduler.getEvent(event_id);
alert(“Event:” + event_id );
});

thank you
ciao thomas

Hi @thomas-9991,
you can create your custom lightbox (popup) and open it instead of the default one:
https://docs.dhtmlx.com/scheduler/custom_details_form.html