Resy_getVenueCalendar
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This function fetches the calendar for a given venue on Resy, which gives information on which days the venue is available, sold-out, or closed.
Inputs
An object
containing:
venue_id
- The Resy venue id, either fetched from the website's network data or from @rlesser_getFavorites (Todo: add venue id from url function).num_seats
- The number of seats you are checking for availability for. Use 2 as a default if you just want to know when the restaurant is closed.
Returns
A VenueCalendar
object, containing:
last_calendar_day
- A string representing the last day the restaurant has made their calendar available for (normally a few weeks out from today).scheduled
- An object containing a list of dates and restaurant statuses. See type below.
See other Resy vals I've made.
Migrated from folder: Resy/Resy_getVenueCalendar