I am trying to have fullCalendar reflect changes made to a database via AJAX. The problem is that it won\'t update the calendar on screen after a successful AJAX call.
One line does the work:
$('#calendar').fullCalendar('refetchEventSources', 'eventEditXHR.php')
Late reply, but this should be the most efficient way since 2.8.0