Chat with an AI to read and manage Google Calendar. It books, reschedules, and cancels meetings from plain text. Great for teams that get requests through chat and want faster scheduling.
Incoming chat messages start an AI Agent powered by OpenAI. The agent keeps short memory, routes tasks, and calls two tool groups. One tool group connects to Google Calendar and can search, create, update, or delete events with the correct fields. The other tool group triggers a sub workflow that converts text, generates sample user data, or returns jokes. A switch node directs the function name so the right action runs. This design removes manual clicks, captures the exact time and title, and keeps the calendar clean.
Set up Google Calendar OAuth and your OpenAI key in n8n Cloud. Activate the template to expose the tool server URLs, then paste them into the client nodes and update the domain for the SSE endpoints. Expect booking time to drop, fewer double bookings, and clear audit logs. Useful for operations teams, executive assistants, and solo founders who want a simple chat based scheduler.