ListEvents
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: team@company.com
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
120scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/calendar"]serviceAccount string
showDeleted booleanstring
Default
falsesingleEvents booleanstring
Default
truetimeMax string
timeMin string
Outputs
events array
Definitions
io.kestra.plugin.googleworkspace.calendar.models.Event
descriptionstring
idstring
locationstring
statusstring
summarystring
metadataList array
SubTypeobject