Need to launch to a different site instead of event details

I am wondering if I can have a new page open in a new browser window when the event is double clicked INSTEAD OF opening up the details pane?

Out events are extremely complex, and I think this is just easier.

Hello,

You can create custom handler for onBeforeLightbox event where you would execute your custom code (to open new page) and block default action (lightbox form) by returning false.

Best regards,
Ilya