angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

Unable to view the updated events in the Calendar even on Event Sources Updation. #534

Open mounikakuchana opened 6 years ago

mounikakuchana commented 6 years ago

Hello, I have Calendar Application which need to update for every selection of Date in date filter.I am able to update the events sources but, the Calendar is not updating I have tried multiple ways like including rerenderEvents, refetchEvents,refreshEvents etc..to Update the events in Calendar. For solving this issue I followed the below link https://github.com/angular-ui/ui-calendar/issues/276 But,it didn't worked for me

Thanks in Advance.