Still stuck. Here's exactly where I am with full details:
What's working:
Vapi correctly sends requestedDay: "today" and requestedTime: "15:00" to Make webhook Webhook receives both values correctly
Google Calendar has a confirmed event "Test Blocked" at 3–4pm today on the GoodFellas Demo calendar
What's broken:
Google Calendar module in Make throws BundleValidationError, Invalid date in parameter timeMin and timeMax
I've tried every date formula I can find: parseDate, addHours(startOfDay(now)), formatDate, all fail with invalid date errors
When it does pass through, it returns busy: [] even with a confirmed event blocking that time
My Make setup:
Module 1: Custom Webhook (receives requestedDay and requestedTime)
Module 2: Google Calendar → Search Events
Module 3: Webhook Response
Calendar ID: c_6b0fd81b1ee62d9edd907b45edf005c82f3e2920349f73c46d990bc7c82dc3b0@group.calendar.google.com
Timezone: America/Phoenix
What I need:
Can you share the exact working formula for timeMin and timeMax in the Make Google Calendar Search Events module when receiving requestedDay ("today"/"tomorrow") and requestedTime ("15:00") from a webhook? Nothing I've tried produces a valid date that Google Calendar accepts.