Chete
05/02/2025, 10:44 AMVapi Support Bot
05/02/2025, 10:46 AMbash
curl -X PUT https://api.vapi.ai/api/tools/{toolId} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"parameters": {
"calendarId": "shared_calendar_id@group.calendar.google.com"
}
}'
This bypasses potential UI bugs that prevent settings from being properly saved.
Sources:
- [Discord discussion about Vapi defaulting to provider values](https://discord.com/channels/1211482211119796234/1331719181732679751)
- [Discord discussion about Vapi UI bugs](https://discord.com/channels/1211482211119796234/1336339138898694184)Chiranjeet Mishra
05/02/2025, 9:03 PMChete
05/03/2025, 10:57 AMChete
05/07/2025, 12:05 PMChiranjeet Mishra
05/10/2025, 3:35 AMPENDINGREALITY
05/28/2025, 3:30 AMVapi Support Bot
05/28/2025, 3:31 AMcalendarId to be ignored. Use the following command, replacing the placeholders with your actual values:
bash
curl -X PUT https://api.vapi.ai/api/tools/{toolId} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"parameters": {
"calendarId": "your_shared_calendar_id@group.calendar.google.com"
}
}'
This approach has resolved similar issues for other users when the UI did not save the calendarId correctly.
Source:
- [Vapi Google Calendar Tool Documentation](https://docs.vapi.ai/tools/google-calendar)Chiranjeet Mishra
05/28/2025, 11:50 PM