I am using Angular UI-Calendar to show some events on the Calendar. The events are showing fine on the Calendar. But when I update any event\'s details, the event\'s detail
Don't know if you found the solution to your problem, but what worked for me was:
calendar.fullCalendar('refetchEvents');