Google Calendar - No deletion

by erickva
Verified

list_events

Retrieve upcoming calendar events within a specified time range using start and end times in ISO format. Set the maximum number of results to display. Preserves calendar data by preventing deletions while maintaining event creation.

Instructions

List upcoming calendar events

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of events to return (default: 10)
timeMaxNoEnd time in ISO format
timeMinNoStart time in ISO format (default: now)

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of events to return (default: 10)", "type": "number" }, "timeMax": { "description": "End time in ISO format", "type": "string" }, "timeMin": { "description": "Start time in ISO format (default: now)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Google Calendar - No deletion

Related Tools

ID: yt9sukbked