Hi, thanks in advance and sorry if this is redundant to other posts.
This calendar is dynamically set when an individual logs in. I pass their jsMinDate, jsMaxDate, and an array of blackout dates called jsForbiddenDatesArray.
I am trying to disable those forbidden dates whenever the calendar refreshes. Here's what I think I want to do, but somehow it does not work. Will anyone please advise? I do not understand how to implement renderCallback.