Hi am trying to automate VAPI assistance with goog...
# support
h
-Vapi (watch tool call request ) module in make.com receiving the data from vapi assistant - How do we parse time to google calendar format in vapi tools? - how i can create star time and end date values to use in google connection ? https://cdn.discordapp.com/attachments/1366384920800526477/1366384921194664067/image.png?ex=6810c09f&is=680f6f1f&hm=878679ab9f02850ce100cbf4412750b63b265d9e01d5e2bb7b81967210e83ff2&
a
use open AI modeule to parse the time from nlp to iso 8601 format.
h
Thanks @Ali Raza is there any example scenario ?
a
@Harry what would you need exactly
k
To parse time for Google Calendar, ensure you format your datetime fields in ISO 8601, like
YYYY-MM-DDTHH:MM:SSZ
. This format will work for both start and end times. When setting up your Google Calendar connection in Vapi, make sure you configure the
startDateTime
and
endDateTime
fields in this format. Using the Create Event tool, you can specify these fields along with
summary
,
timeZone
, and
attendees
. If you haven't already, connect your Google Calendar in Vapi and make sure your tools are configured with these fields. If you encounter any issues, double-check that the API access permissions are correctly set in your Google account settings.