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: primary
        timeMin: "2025-08-10T00:00:00Z"
        timeMax: "2025-08-12T00:00:00Z"
        q: "standup"
        singleEvents: true
        orderBy: startTime
        showDeleted: false
        maxResults: 100
Properties
Default 120
SubType string
Default ["https://www.googleapis.com/auth/calendar"]
Default false
Default true
SubType
SubType object