Sorry, there is no free time for this date. Choose another day.";
}
function abfb_gcal_booking_window ($bookDate, \GLCalendar\Calendar $calendar, $currencyChar, $extras, $dayOptions) {
ob_start();
$extrasStructure = "";
/* @var GLCalendar\Extra $extra */
foreach ($extras as $extra) {
$extrasStructure .= "";
}
$dayOptionsStructure = "";
foreach ($dayOptions as $option) {
$dayOptionsStructure .= "";
}
?>