I have a scenario set up to create events in Google Calender using data from a Google form. It works fine until I add the start and end time. Dont know if its in the wrong format for the calendar.
BundleValidationError
Validation failed for 2 parameter(s).
Invalid date in parameter ‘start’.
Invalid date in parameter ‘end’.
Origin
Make
Automatic error handler
If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.
Do you have screenshots or logs which shows us what kind of “start” and “end” time you are trying to use? Right now we have no clue how you have setup your scenario.
Looking into the API it looks like the Make module is sending a datetime field within the date object. This looks something like this:
Yes. I just made it short paragraph field and asked responders to enter the time in the correct format. 24 hour, HH:MM. Not ideal, but I dont thing the form time matches the required format for calendars.