Unable to Include Guest Email in Scheduled Event
# support
c
System Prompt: ....existing prompt.... Step 6: Confirm the full name, email, start time with the user by spelling it out letter by letter. Correct if necessary. If you corrected any information, repeat it again to confirm with the user. For reference today is {{date}}. Step 7: Use ‘google_calendar_tool’ tools to book the reservation make sure you add the email as guest. ....other prompt.... https://cdn.discordapp.com/attachments/1364990122592043041/1364990123254616104/image.png?ex=680bad9d&is=680a5c1d&hm=d6077a052364bbed41e76e7f575584b628f91720e67d72b756132fedb35f992f& https://cdn.discordapp.com/attachments/1364990122592043041/1364990123631972492/image.png?ex=680bad9d&is=680a5c1d&hm=daf158f9d82852e9ebcc025b65b50820788b392d1faeba0fc68bdcacac25d367&
v
Check your request payload format when calling
google_calendar_tool
. The most common issue is incorrect data structure for guest emails. Try this format:
Copy code
json
{
  "title": "Reservation for Justin",
  "start_date": "2025-04-25T12:00:00",
  "end_date": "2025-04-25T13:00:00",
  "guests": ["justin.esguerra@example.com"]
}
Verify the response in your logs to confirm the guest was added successfully. Source: - [Discord discussion about data structure issues](https://discord.com/channels/1211482211119796234/1333753317490294836)
v
Can you send me the call_id where this happens?
c
Call ID: 80686512-0763-4e89-955e-e2e6eff776bc
v
Looking into this right now.
c
Hi any updates on this? thank you
v
When using the google_calendar_tool to create calendar events with guests, the guests are not being added to the calendar events because we currently don't support it but You can raise an feature request for it over here: https://roadmap.vapi.ai