Catman
09/19/2025, 5:49 AMVapi Support Bot
09/19/2025, 5:50 AMjson
{
"tool": "reschedule_appointment",
"params": {
"appointmentId": "your-event-id",
"time": "2025-09-20T15:00:00Z"
}
}
This will update the event's time in Google Calendar via your Vapi assistant.
For deleting events, the documentation does not provide a direct method.
Sources:
- [Appointment scheduling assistant example](https://docs.vapi.ai/assistants/examples/appointment-scheduling)
- [Google Calendar Integration](https://docs.vapi.ai/assistants/tools/google-calendar)Chiranjeet Mishra
09/23/2025, 12:49 AM