function getAvailableDates getAvailableDates(event: Event,holidays: Holiday[],): string[] Compute available booking dates for a daily event. Filters by bookable days of the week and excludes holidays. Returns sorted array of YYYY-MM-DD strings. Parameters event: Event holidays: Holiday[] Return Type string[]