Insentive ranges in Double Calendar

This works on a simple calendar, but does not on a double calendar.



mDCal.setInsensitiveDates(2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06);



Is there a way to make insentive dates work on a Double Calendar?


Please, try to use the following approach in case of double calendar:


mDCal.leftCalendar.setInsensitiveDates([“2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06”]);


mDCal.rightCalendar.setInsensitiveDates([“2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06”]);