Chris
12/10/2025, 8:16 PMVapi Support Bot
12/10/2025, 8:17 PMdescription field when creating the event. For example:
json
{
"summary": "Consultation",
"startDateTime": "2025-12-15T10:00:00Z",
"endDateTime": "2025-12-15T10:30:00Z",
"description": "Customer: John Doe, Email: john@example.com, Phone: +1234567890"
}
This will store the customer details in the event notes for easy reference, as recommended in the documentation. For more details, see the [Google Calendar tool configuration](https://docs.vapi.ai/tools/google-calendar).
Source:
- [Google Calendar tool configuration](https://docs.vapi.ai/tools/google-calendar)Chris
12/12/2025, 1:27 PMVapi Support Bot
12/12/2025, 1:28 PMChris
12/12/2025, 1:33 PMVapi Support Bot
12/12/2025, 1:34 PMdescription field, for example:
json
"description": "Customer: {{customer_name}}, Email: {{customer_email}}, Phone: {{customer_phone}}"
This ensures each event includes the customer's info in the notes, as recommended in the documentation. For more details, see the [Google Calendar tool configuration](https://docs.vapi.ai/tools/google-calendar).
Source:
- [Google Calendar tool configuration](https://docs.vapi.ai/tools/google-calendar)Chris
12/12/2025, 1:35 PMVapi Support Bot
12/12/2025, 1:36 PMstartDateTime, endDateTime, and timeZone in ISO 8601 format when using the tool. For example:
json
{
"startDateTime": "2025-12-15T10:00:00Z",
"endDateTime": "2025-12-15T10:30:00Z",
"timeZone": "UTC"
}
Double-check that the timezone matches your calendar settings, as mismatches can cause false availability results. For more details, see the [Google Calendar tool configuration](https://docs.vapi.ai/assistants/tools/google-calendar).
Source:
- [Google Calendar tool configuration](https://docs.vapi.ai/assistants/tools/google-calendar)Chiranjeet Mishra
12/12/2025, 6:59 PMCheck Availability tool. Double-check the startDateTime, endDateTime, and timeZone in ISO 8601 format. Here's a sample configuration:
json
{
"startDateTime": "2025-12-15T10:00:00Z",
"endDateTime": "2025-12-15T10:30:00Z",
"timeZone": "UTC"
}
- Verify the calendar setting time zones to ensure consistency.
2. **Rescheduling Appointments**:
- Make sure your workflow handles appointment deletion when rescheduling. You may need to first cancel the old appointment using the appropriate tools before creating a new one.
3. **Customer Information in Notes**:
- Include customer details in the description field when creating events. Modify your tool configuration to capture customer information like this:
json
{
"summary": "Consultation",
"startDateTime": "2025-12-15T10:00:00Z",
"endDateTime": "2025-12-15T10:30:00Z",
"description": "Customer: John Doe, Email: john@example.com, Phone: +1234567890"
}
- Adjust your Vapi Dashboard settings to map customer data fields correctly when creating events.
For further configuration tips, refer to the [Google Calendar tool documentation](https://docs.vapi.ai/tools/google-calendar). Let me know if you need more help.Chris
12/15/2025, 5:42 PMChris
12/15/2025, 7:31 PMShir Sharoni
01/02/2026, 7:36 PM