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