External Add Event / Custom Add Event screen

Hi there,

I want to be able to add, an event on a screen which the calendar isn’t on but I want to keep a consistent look and feel, is there any way to show and use the same window that pops up when you double click on the calendar?

OR

is there a way to create a completely custom popup on the calendar which is displayed when you go
to create an event?

I’m happy working with DOM etc I just figured if you have a quick and simple answer it’ll save me hours and going through code and breakpoints.

Thanks
James

(a) you can init hidden scheduler , but it is probably an overkill
samples\05_calendar\02_without_scheduler.html

(b) yes, you can replace lightbox with custom form
samples\02_customization\16_custom_form.html