App Logo
calendar.google.com

List Google Calendar events

List the signed-in Google Calendar account's events between two dates (across all visible calendars). Returns n and events (id, eid, title, all_day, start, end, timezone, location, description, calendar, organizer, attendees with response status, created, html_link). eid is the join key for delete_event. Date filtering is done on UTC boundaries; one call covers up to ~11 months from `from` (loop with a later `from` for more). Calendar events only — Google Tasks and reminders are not included.

Input

to required

End date (inclusive), YYYY-MM-DD

from required

Start date (inclusive), YYYY-MM-DD

Output

n required
to required
from required
events required
calendars optional

Calendar ids actually queried for this window. An empty `events` with a populated `calendars` really means an empty range.

FAQ

List the signed-in Google Calendar account's events between two dates (across all visible calendars). Returns n and events (id, eid, title, all_day, start, end, timezone, location, description, calendar, organizer, attendees with response status, created, html_link). eid is the join key for delete_event. Date filtering is done on UTC boundaries; one call covers up to ~11 months from `from` (loop with a later `from` for more). Calendar events only — Google Tasks and reminders are not included.
Required: from, to.
It returns n, to, from, events, calendars.
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.
Unknown: its author has not declared whether it changes anything on calendar.google.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/calendar.google.com/list_events, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendar.google.com/list_events
It is part of Reduck's official curated catalogue.

Start building not clicking