conductorv2
Plugins/Productivity

Google Calendar

Events, calendars, availability, and scheduling.

requires credentials6 tools

Read and create Google Calendar events. Check availability, list upcoming meetings, create events with attendees, and find free slots across multiple calendars.

Credentials

NameLabelRequired
GOOGLE_CLIENT_IDGoogle OAuth Client IDrequired
GOOGLE_CLIENT_SECRETGoogle OAuth Client Secretrequired

Setup

terminal
# 1. Enable Google Calendar API at console.cloud.google.com
# 2. Create OAuth 2.0 credentials
conductor plugins setup gcal

Tools

ToolDescriptionApproval
gcal_eventsList upcoming events
gcal_eventGet a single event by ID
gcal_createCreate a calendar eventrequired
gcal_deleteDelete an eventrequired
gcal_calendarsList all calendars
gcal_freebusyCheck availability for a time range

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

What meetings do I have tomorrow?

gcal_events

Schedule a 1:1 with Sarah next Tuesday at 2pm

gcal_create

Is John free on Thursday afternoon?

gcal_freebusy