Disable all click/drag event adding?

Hello,

I’m trying to integrate the demo code into a project of mine. But to do so, I would like event creation to launch a completely custom event window. Right now I don’t see any way to run custom code on all kinds of event creation, or to interrupt all the different ways of creating events (double-click/drag).

Is there a way to disable/interrupt all forms (click, double-click, drag) of event creation?

Thanks,
~Aaron

scheduler.config.details_on_dblclick=true;
scheduler.config.details_on_create = true;

This two lines will force lightbox for all edit operations.

Check
samples\02_customization\16_custom_form.html
it shows how lightbox can be replaced with fully custom form.