I am not sure if I am using this correctly so my problem may be my mis-understanding rather than a bug or larger problem.
I have a fullcalendar that gets initiated f
Thanks for the help!
Here is what worked based on Scoobler's suggestions the steps that work are (1) removeEvents. (2) addEventSource, (3) rerenderEvents.
$('#calendar').fullCalendar('removeEvents');
$('#calendar').fullCalendar('addEventSource', 'JsonResponse.ashx?technicans=' + technicians);
$('#calendar').fullCalendar('rerenderEvents');