Change Fullcalendar event source after render
问题 I've been using FullCalendar v1.5.3 for a MS SharePoint replacement. I'm trying to re-render the calendar event's source. For instance, when the page loads by default this is the ajax call /calendar/events/feedTasks?start=1338094800&end=1341118800&_=1339103302326 We're using a select box to change the events source to only show tasks (pulled from different table), so after a selection the ajax call changes to: /calendar/events/feedEvents?start=1338094800&end=1341118800&_=1339103302326 This