VAPI is connected to google calander, and has explicit instruction in the system prompt to check the calnader and suggest a new meetign time if the requested time is booked. However it continues to double book.
this is the response it is recevign after now a triple booking in that time slot
Response Data
{
"busy": [],
"free": [
{
"start": "2026-01-16T10:00:00.000Z",
"end": "2026-01-16T10:30:00.000Z"
}
]
}
I found multipal other tickets of this in the search, but none of them seem to have a clear answer of how to resolve.