What is your goal?
Create a calendar invite in Google Calendar when an email is received.
What is the problem & what have you tried?
Hi everyone,
I’m building a scenario that watches Gmail for Viator booking confirmation emails and creates Google Calendar events. Everything is working except the Start Date field in the Google Calendar module.
My Text Parser modules are extracting these values successfully:
Travel date (module 15): Jul 16, 2026
Time (module 16): 10:00
In the Google Calendar Start Date field I’m trying to combine them into a valid date. I’ve tried all of these without success:
formatDate(parseDate(15.$1 & " " & 16.$1; “MMM d, yyyy HH:mm”); “YYYY-MM-DDTHH:mm:ss”)
formatDate(parseDate(15.$1 & " " & 16.$1; “MMM dd, yyyy HH:mm”); “YYYY-MM-DDTHH:mm:ss”)
formatDate(parseDate(15.$1 & " " & 16.$1; “EEE, MMM d, yyyy HH:mm”); “YYYY-MM-DDTHH:mm:ss”)
Each attempt gives me a variation of “couldn’t parse a valid date” or “invalid date in parameter start.”
What is the correct formula to combine Jul 16, 2026 and 10:00 into a valid Google Calendar start date?
Thanks!
Error messages or input/output bundles
A required field is empty or in the wrong format
Validation failed for 1 parameter(s).
Invalid date in parameter ‘start’.
Code: BundleValidationError