Week Daily Availability
Overview
This module shows the availability of each day of one week at a time and allows the user to toggle left and right between weeks. Ideal for booking / Airbnb type applications where you need to show a calendar of availabilities.

Structure
When this module is added to a page, it has a reusable element inside called
weekDailyAvailabilityGroup.This reusable element contains all of the logic and UI for the module.The dates are displayed based on the variable
var - week start day(of data type date) that you provide
How to set up
Open the
weekDailyAvailabilityGroupreusable

Open
Popup Hidden Variables. This popup contains two group variables that are used in the week daily availability widget. For more information on how to usePopup Hidden Variables, click here.var - Website objectstores the app's website object. It is used inText PREVandText NEXTto pull the website's primary color.var - start daystores the week's start day date

[OPTIONAL] Modify the data source of
var - start dayto include any filters you need
Last updated
Was this helpful?