Listener for “date change” in FullCalendar?
Bill, I know this question is pretty much ancient, but I needed a solution and figured I’d post it here for others. I solved the problem myself by attaching the viewDisplay event to my calendar (this event was removed in v2 of FullCalendar, viewRender may be used instead). $(“#calendar”).fullCalendar({ viewDisplay: function (element) { } }); … Read more