Hey all, willing to hire short term for this:I need to create either somthing like a make flow that has booking logic to do:
Service duration lookup
Based on type (e.g. “Relaxation = 60 mins”, “Deep Tissue = 90 mins”)
Add buffer time after each session
e.g. 15 mins for room reset/transition
Check Google Calendar availability
Skip any times that overlap with existing events + buffer
Return 2–3 available time slots
Based on therapist’s working hours (e.g. Mon–Sat, 10am–6pm)
Must account for duration + buffer
Output should be natural for AI to say
Example: “I have availability at 11:30am or 2:45pm on Wednesday — does either work for you?”
Book into calendar once a time is chosen
Include client name, phone (if captured), service type, and time
Double-check final slot before booking
To prevent race condition or double-booking