Hi,

one can read the following in the documentation:

This signal is emitted when a mouse button is clicked. The date the mouse was clicked on is specified by date. The signal is only emitted when clicked on a valid date, e.g., dates are not outside the minimumDate() and maximumDate(). If the selection mode is NoSelection, this signal will not be emitted.
Is there a more flexible way to define what a valid date is ? For example if I would like the signal to be emitted only when a business week is selected, e.g., nothing happens when one clicks on Saturday or Sunday ?