Using V-Calendar and V-date-picker for a booking system. Problem is - available dates and disabled dates doesn't seem to be working together. I have an API request that returns me and array of available dates. There are some situations where I need to disable some dates from the available dates that I got and update the calendar with it. It seems you can only use one - the available-dates or the disabled-dates. For example: I received available dates from 2021-09-20 to 2021-10-20 and I need to disable the weekends or specific days of the week. Any ideas how I could do that?