Issue 2555: remove Events odd behaviour
Status:  Invalid
Owner: ----
Closed:  Aug 2015
Reported by roman.lu...@gmail.com, Jul 31, 2015
Hello. I asked this on stackoverflow but I haven't got any answers there. I need to render some repeated data, first I removed events than re-fetch events. I have some logic similar to this one:

if(some contition){
   fullCalendar('removeEvents', some context);
}
fullCalendar('refetchEvents');

In some cases, it doesn't re-fetch events, because it behaves like the remove event is an async function and re-fetch doesn't work in appropriate way , I wrapped re-fetch into time-out function and it works and re-fetches the events , but this is odd because these are synchronous functions and lines of code.
Aug 13, 2015
Project Member #1 adamrs...@gmail.com
hmm not sure, but the chances of someone helping you figure it out would be better if you posted an online demo of what you're talking about:
http://fullcalendar.io/wiki/Reporting-Bugs/
would be helpful. thanks
Status: Invalid