Create a Google Calendar Event from a Google form doesnt accept time

A good practice consists is passing dates in the form of universal time stamps:

The format is: YYYY-MM-DDTHH:mm:ss

In that way, any application would detect it properly, regardless countries, timezones…
The formula to be used in Make would then be:

formatDate({{your_date_field}};YYYY-MM-DDTHH:mm:ssZ)

3 Likes