Google Calendar calliong issue With Assistant
# support
o
Hey anyone have to secret Google Calendar integration tip for tools section because i connect with my google calendar also i set to tools create and check. But these tools are, while i am conversation with assistant looking good and when assistant call them still not giving error but my assistant can not acces to my calendar or anything
k
You'll need to implement dynamic OAuth and pass each user’s authorizationId in the API call under credentials..
o
hey how can i implement dynamic OAuth because i dont see any section inside of tools in VAPI Just i can fill with my mail adres https://cdn.discordapp.com/attachments/1394668208367210642/1394965590782775448/image.png?ex=6878ba72&is=687768f2&hm=da4e2e1a50821d8876f07aaa50fb6346dcc33b2e02abbcd448f88633cf389df5&
k
Use a service like Nango to handle Google OAuth, store each user’s connection_Id, and pass it as authorization_Id in your assistant’s API call under credentials..
3 Views