---
title: "Google Calendar List Events"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/google/googlecalendarlistevents
markdown: https://docs.nodetool.ai/nodes/lib/google/googlecalendarlistevents.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/googlecalendarlistevents.md
---

# Google Calendar List Events

**Type:** `lib.google.CalendarListEvents`

**Namespace:** `lib.google`

## Description

List Google Calendar events in a time window, soonest first.
    google, calendar, events, schedule, agenda

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| calendar_id | `str` | Calendar id, or 'primary' for the default calendar | `primary` |
| time_min | `str` | RFC3339 window start (blank for now) | `` |
| time_max | `str` | RFC3339 window end | `` |
| max_results | `int` | Maximum number of events to return | `20` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |
| outputs | `list` |  |

## Related Nodes

Browse other nodes in the [lib.google](./) namespace.
