How to capture "New Event" creation..??

Hi Stanislav,

After adding below event… whenever i try to crate new event, other events on Scheduler is not visible
scheduler.filter_week = function(ev_id, event)
{
if(condition)
{
return true;
}
else
{
return false;
}
}

More in detail about this:
I have 5 appointments on Scheduler, as soon a i try to create new appointment, other 5 appointments in background is not visible… i.e entire scheduler becomes blank…

Is there any event fired before creating new Appointment or after “filter_week” event…??

Regards,
Niki

fired before creating new Appointment
onEventCreated
onBeforeEventChanged

If issue still occurs - please provide the sample or demo link where problem can be reconstructed ( filters is relative new functionality, it quite possible that it may have problems with some event adding scenarios )