ListEvents
yaml
type: "io.kestra.plugin.googleworkspace.calendar.listevents"
Examples
yaml
id: googleworkspace_calendar_list_events
namespace: company.team
tasks:
- id: list_events
type: io.kestra.plugin.googleworkspace.calendar.ListEvents
serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT_JSON') }}"
calendarId: primary
timeMin: "2025-08-10T00:00:00Z"
timeMax: "2025-08-12T00:00:00Z"
q: "standup"
singleEvents: true
orderBy: startTime
showDeleted: false
maxResults: 100
Properties
calendarId *Requiredstring
maxResults integerstring
orderBy string
pageToken string
q string
readTimeout integerstring
Default
120
scopes array
SubType string
Default
["https://www.googleapis.com/auth/calendar"]
serviceAccount string
showDeleted booleanstring
Default
false
singleEvents booleanstring
Default
true