Skip to main content

Way to display just X days to book in rather then the whole month.

Is it possible to show a limited booking view in FluentBooking, for example only the next 5 days, instead of a full month calendar?

Use case: for Strategy Sessions, we only allow bookings a few days ahead, so month navigation and timezone controls add unnecessary clutter.

Is there a built-in setting, shortcode option, or CSS approach to display a simple β€œnext X days” selector like iClosed (tiles for upcoming days, see attached screenshot)?

Way to display just X days to book in rather then the whole month.

Nathan Foley

They're not documented, but there is a filter that can help with this, and the rest you could probably do with CSS

fluent_booking/available_slots_for_view (Limits the security i.e limit to 5 slots

Liam McDonald

nathan FoleyΒ ive already found and are utalising the filter for only being able to book X days into the future.

its now just the visual elements. Fluent support said that it was impossible with CSS... which im kinda confused about, still trying to get a straight answer out of support.

was just wondering if the community had already found a solution to this.