Hello,
I am using:
scheduler.config.details_on_create=true;
to open the scheduler lightbox after event creation by drag and drop or double click.
When starting the lightbox (I am using a custom lightbox) i now need a way to identify whether the event that is displayed in the lightbox was newly created (compared to normal lightbox start ups of already existing and saved events).
I tried attachEvent on
onBeforeEventCreated
but it fires before the drag and drop operation has finished.
The purpose is to display a special lightbox element only the first time the lightbox is opened right after the event creation.
Any idea how to do this?
Thanks in advance,
Benedikt.