Vapi was this beautiful product. Then it
# general-english
s
Hey buddy, would you like to share more info? Your feedback will definitely help us improve our product for you and others
f
google calendar availability check does not work
s
Can you share the steps to reproduce it so that I can share it with my team?
f
Thanks I set up an assistant in german. Connected my google calendar in provider keys and created a tool with the check_availability feature. Upon calling it unfortunately it always tells me that there has been an issue with checking availability for like 3 times and then tells me nothing. Lmk if there is a way to give you a better insight into my problem
s
Call ID, please
cc: @Kings_big💫
f
51bc8fbc-996d-4da1-86f6-2ac5c4a8c64f
s
Copy code
🔵 23:16:28:951 Converted Requested Tools Calls To Internal Format. [
  {
    "type": "google.calendar.availability.check",
    "function": {
      "name": "check_availability",
      "description": "Check calendar if table is available. ",
      "parameters": {"type": "object", "properties": {}, "required": []}
    },
    "messages": [],
    "toolCall": {
      "id": "call_qo9DRPngcuJBC2U7azfEInBZ",
      "type": "function",
      "function": {"name": "check_availability", "arguments": {}}
    }
  }
]
@Flogi As you can see, you are passing invalid parameters. You need to update your tool and set the parameters to null to make it work
f
Thanks I was able to fix it! Is it also possible to check multiple subcalendars in the with specific descriptions? (example. when a client calls a doctors office, where multiple doctors are - check which one is available in their own respetive subcalendar) via this tool? Also is it possible to store parameters such as phone number in the description of an event? And how do I make sure that scheduled events are not overlapping with each other? Can you help me with that? Would highly appreciate it! <3