Need Support: Connecting My Agent to Google Calendar Automation
Hi everyone, I hope you are all doing well and enjoying the AI journey. My clone has helped me build an operating agent under GPTs to manage my business tasks, and to achieve this, it guided me to connect my Google Calendar to the agent and then build an automation in Make.com to process my instructions into event actions. My goal is for my agent to automatically: - create - update - move - delete events in my Google Calendar using only natural-language instructions. To achieve this, my clone guided me to build an automation in Make.com: 1. Webhook receives the instruction text 2. OpenAI converts the instruction into clean JSON (with action, summary, start, end, timezone) 3. JSON Parser extracts the fields 4. Google Calendar is supposed to create the event Everything works until the final step.Google Calendar keeps returning this error: BundleValidationError: Missing value for ‘summary’ and missing value for ‘start’. Even though the JSON parser clearly shows: - summary - start - end - timezone So the Google Calendar module is not receiving the values. I would like to ask the community and the AIA Team: 1. Will the Bootcamp sessions cover agent automation? Especially automations that connect an agent to tools like Google Calendar through Make.com, Zapier, or similar tools. 2. Is there any easy or recommended method to let my agent update Google Calendar? If Make.com is not reliable, is there a simpler or preferred approach within GPTs or using different automation platforms? 3. Is anyone here successfully managing their Google Calendar through their clone or agent? If yes, could you please share the steps, template, or solution you used? 4. Are there any official materials, templates, or documentation about connecting agents to create, update, or delete Google Calendar events using natural-language instructions? This automation is very important for my business, and I know someone here may have solved a similar challenge.