Skip to main content
tidyCal.createBooking books one time slot or a package of time slots.
automations/create-tidycal-booking.automation.ts
Provide either startsAt for one booking or bookings: [{ startsAt }] for a package. name, email, and timezone are always required. A question answer can be a string or an array of strings. The action returns one booking for a single request or an array for a package. TidyCal returns 409 when a slot is unavailable, a duplicate was submitted within five minutes, or another request held the slot lock. Check availability immediately before booking, but still handle conflicts because availability can change.