ListEvents ListEvents
ListEvents Certified

yaml
type: "io.kestra.plugin.googleworkspace.calendar.ListEvents"
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
Default120
SubTypestring
Default["https://www.googleapis.com/auth/calendar"]
Defaultfalse
Defaulttrue
Definitions
descriptionstring
idstring
locationstring
statusstring
summarystring
SubTypeobject