fascinating-indigo
fascinating-indigo3h ago

Google Calendar tool not working proprerly

Hello all, I am creating a voice bot that can set up appointments to a google calendar, however, my voice bot is 1. Not booking any appointments on the google calendar and 2. Does not know the current day. Can someone help me with this please?
4 Replies
Vapi
Vapi3h ago
To ensure your voice bot can book appointments and knows the current day, make sure your Google Calendar tool's description or prompt includes the {{now}} variable to provide the current date/time. For example:
"description": "Use this tool to schedule appointments. Current date/time: {{now}}"
"description": "Use this tool to schedule appointments. Current date/time: {{now}}"
This helps the assistant access the current date and improves event creation accuracy. Double-check that your Google Calendar account is connected in the Vapi Dashboard and all required fields are set in ISO 8601 format for event times. Source: - Google Calendar Integration Documentation
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
fascinating-indigo
fascinating-indigoOP2h ago
I did what the bot suggested and its still not working properly. My voice bot does not know the current date.
sunny-green
sunny-green2h ago
use the {{now}} variable in your prompt It gives the bot the current date and time
fascinating-indigo
fascinating-indigoOP2h ago
Hey Adrian, I appretiate the feedback. I did what you suggested and im still getting an error.

Did you find this page helpful?