Hi,
I was hoping someone could point me in the right direction as I have not been able to find any hints or answers as to what to do exactly with the following scenario:
When you double click ont eh calendar to add a new event, it can be instantly seen in the background, behind the pop up modal/lightbox. I want to hide the event until it is actually created. I assume that it needs to only be hidden initially since all my events are loaded either way on page load.
The closest solution I could find was a discussion disabling the double click event compeltely and then creting your own double click event using jquery to call your custom lightbox. This completely separates the creation of events from the schedulers framework therefore I was hoping that there was something somewhat simpler?
Simply hide the current event being created so that it is not seen on the calendar (in background) while the lightbox is open and the events otions are being set up.
The reason I need to do this is because the events dates and times can be modified while being created so I dont want it to be shown initially.
Thanks in advance for any assistance.