Context: http://fullcalendar.io
With "selectable" set to true (and a custom 'addEventSource'), it's possible to drag-select ranges of days (not calendar events). The ranges themselves can be noncontiguous.
With that in mind and without having to also add "Events", how do I:
1) . . .programmatically request a collection/array of "currently selected days" from the FullCalendar object after all days have been selected?
2) . . ."deselect" individual calendar items (rather than en masse)?