Google Calendar Check Availability tool returns bu...
# support
n
We noticed that the Google Calendar Check Availability tool sometimes returns busy slots. Could you please advise where we can find the tool’s logs to verify that it is sending the following parameters in the correct format? - startDateTime - endDateTime - timeZone
c
Hi Nik (AIVOTAR), You can access logs to verify and ensure the correct parameters are being sent by utilizing the Vapi Dashboard. Here's how you can find the tool’s logs: 1. Navigate to the Vapi Dashboard. 2. Go to the Logs section. 3. Locate the logs related to the Google Calendar Check Availability Tool by filtering or searching based on the tool name or call ID. 4. Check the logged requests to ensure that
startDateTime
,
endDateTime
, and
timeZone
parameters are formatted correctly. Make sure the datetime fields are in ISO 8601 format and the
timeZone
is specified accurately to avoid mismatches. If issues persist, consider verifying your assistant's configuration to ensure that the tool is properly set up to handle and send these parameters. For more detailed information on the Google Calendar integration, you can refer to the [Google Calendar Integration | Vapi](https://docs.vapi.ai/tools/google-calendar) documentation.
2 Views