# Google Calendar Botize app — id `gcalendar`. Official site: https://www.google.com/calendar. With Google's free online calendar, it's easy to keep track of life's important events all in one place. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a Google Calendar account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/gcalendar/authenticate ## Triggers (1) The event that starts the task. Exactly one per task. - `alert_events` — Get the next upcoming event https://botize.com/en/method/gcalendar/alert_events.md ## Actions (4) What happens next. A task can chain several. - `create_event` — Create an event https://botize.com/en/method/gcalendar/create_event.md - `delete_event` — Delete an event https://botize.com/en/method/gcalendar/delete_event.md - `get_range_events` — Get the events from a calendar between two dates https://botize.com/en/method/gcalendar/get_range_events.md - `search_available_slots` — Search available time slots https://botize.com/en/method/gcalendar/search_available_slots.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/gcalendar