max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Calendar
List and search events in a bounded range on a connected Google calendar.
Lists a bounded date range of events from one Google calendar, with optional text and property filters. Deleted events are excluded from the launch surface. Each response page is one $0.0025 request.
Agents select this operation with tool ID google-calendar.events-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
pagesnumberReturned pages value.
resultsarrayReturned results value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "google-calendar.events-list",
"input": {
"path": {
"calendarId": "YOUR-GOOGLE-CALENDAR-ID"
},
"query": {
"orderBy": "startTime",
"timeMax": "2026-08-26T00:00:00Z",
"timeMin": "2026-08-25T00:00:00Z",
"maxResults": 10,
"singleEvents": true
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "scrollport-verification-event",
"end": {
"dateTime": "2026-08-17T10:30:00+01:00",
"timeZone": "Europe/London"
},
"kind": "calendar#event",
"start": {
"dateTime": "2026-08-17T10:00:00+01:00",
"timeZone": "Europe/London"
},
"status": "confirmed",
"created": "2026-08-15T12:00:00.000Z",
"creator": {
"self": true,
"email": "user@example.com"
},
"iCalUID": "scrollport-verification-event@google.com",
"summary": "Review launch plan",
"updated": "2026-08-15T12:05:00.000Z",
"htmlLink": "https://calendar.google.com/calendar/event?eid=scrollport-verification-event",
"location": "Video call",
"sequence": 0,
"organizer": {
"self": true,
"email": "user@example.com"
},
"description": "Purpose-made Scrollport verification event. Safe to edit.",
"conferenceData": {
"entryPoints": [
{
"uri": "https://meet.google.com/abc-defg-hij",
"label": "meet.google.com/abc-defg-hij",
"entryPointType": "video"
}
],
"conferenceId": "abc-defg-hij",
"conferenceSolution": {
"key": {
"type": "hangoutsMeet"
},
"name": "Google Meet"
}
}
}
]
}connection_required: This capability acts on your own Google Calendar, which isn't connected yet.Open connect_url, approve Google Calendar event and calendar-list access, then retry this run unchanged.Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.