Issue 2382: missing events after 'changeView' when defaultView is set
Status:  Invalid
Owner: ----
Closed:  Nov 2014
Reported by jkgjkg1...@gmail.com, Nov 27, 2014
Hi,
this bug pops up multiple times on the mailingLists

-using angular-ui-calendar with FullCalendar v2.2.3.


whenever defaultView is set calendar looses events after "changeView"!

events and eventSources still show the correct data, but they are not rendered into the calendar. (changing time formats did not help)



I had a look at fullcalendar.js and found that 

"function fetchEvents "

is issuing "cache=[]"  and therby resets all previously expanded events.


removing this line from the code solved the issue.

Nov 28, 2014
Project Member #1 adamrs...@gmail.com
It would save me a ton of time if you could post a demonstration of this bug

http://fullcalendar.io/wiki/Reporting-Bugs/
Status: Invalid