We color code each day of the week based on a service call. Is there a way to know when the month is changing so that we can fire our service call event and populated disabled dates and colors for the calendar cells?
One idea I had was when rendering the cells, check to see if the first is being rendered then fire the service call event. Doesn't seem like the best option as that would cause the rendering to pause while the call was being executed.