App Logo
calendar.google.com

Get Google Calendar event

Read a Google Calendar event's details by its opaque eventid (as returned by list_events): title, start, end, location, guests (deduped email addresses) and meetLink. Start and end are returned as the date/time strings Calendar displays, not as ISO timestamps.

Input

eventid required

Opaque event id (the eid field from list_events, NOT its id field — passing the raw id makes the edit page serve an HTTP 500).

account optional

Output

guests required
eventid required
end optional
start optional
title optional
location optional
meetLink optional

FAQ

Read a Google Calendar event's details by its opaque eventid (as returned by list_events): title, start, end, location, guests (deduped email addresses) and meetLink. Start and end are returned as the date/time strings Calendar displays, not as ISO timestamps.
Required: eventid. Optional: account.
It returns end, start, title, guests, eventid, location, meetLink.
Yes. It acts as you on calendar.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the calendar.google.com cookies saved by the Reduck extension.
It only reads. It looks things up on calendar.google.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/calendar.google.com/get_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendar.google.com/get_event
It is part of Reduck's official curated catalogue.

Start building not clicking