I am working with the calendar and want to enable certain days. I have a ajax solution which will give me only the days that are valid all others days are not. So i use setInsensitiveRange(‘1001-01-01’, null) to disable all days and then i want enable one or more days which are not in a range.
For example i only want the following days enabled: 2011-10-11, 2011-10-15 and 2011-10-23. All other days must be disabled. How would i achieve this?