Google Calendar tool not working proprerly
# support
d
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?
v
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:
Copy code
"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](https://docs.vapi.ai/assistants/tools/google-calendar)
d
I did what the bot suggested and its still not working properly. My voice bot does not know the current date.
a
use the {{now}} variable in your prompt
It gives the bot the current date and time
d
Hey Adrian, I appretiate the feedback. I did what you suggested and im still getting an error.
@adrain
g
Are you making use of the google calendar integrations on Vapi..
c
Hi Devin, To connect your assistant with Google Calendar for creating and checking events, follow these steps: 1. Connect Google Calendar Account: - Go to the Vapi Dashboard - Navigate to Providers Keys > Tools Provider > Google Calendar - Click Connect and authorize access 2. Create Calendar Tools: - On the Dashboard > Tools page, click Create Tool - Select Google Calendar and choose the tools you need (Create Event, Check Availability) - Provide a name and description for each tool 3. Add Tools to Assistant: - Go to Dashboard > Assistants page, select your assistant - Under the Tools tab, select the calendar tools you created - Click Publish to finalize Refer to this [Google Calendar Integration Guide](https://docs.vapi.ai/tools/google-calendar) for more details.
d
generic response
i got it to connect to my calendar. the problem is is that vapi system is not recognizing the actual time
so it books ncorrectly
g
How about checking it out with automations instead??
o
Yes I can help with that@Devin
@Devin You will need a tool that checks for current time
c
Hey there, we reviewed the details of your request and brought this to our team's attention. We will be getting back to you as soon as we can. Thank you for your continued patience!
2 Views