I am trying to achieve a certain behavior in allowing users to select a time range over events while holding shift(basically, trying to make it so that holding shift allows me treat events as though they weren't there in the scheduler)
I am fairly close but when I call the selectTimeRange method with the "dontFireEvent" set to true on mousedown, I would like my mousedown event to effectively assume that I am trying to control this time range. Currently, i have to call the selectTimeRange on mousedown, and then click it and hold mousedown again to adjust the range.
Is there a way to go directly into the "adjusting range" functionality/behaviour of the select time range, as it is created?