yaml
type: "io.kestra.plugin.googleworkspace.calendar.getevent"
yaml
id: googleworkspace_calendar_get_event
namespace: company.team

tasks:
  - id: get_event
    type: io.kestra.plugin.googleworkspace.calendar.GetEvent
    serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT_JSON') }}"
    calendarId: primary
    eventId: "abcdef123456"
    maxAttendees: 50
    alwaysIncludeEmail: true
Properties
Default false
Default 120
SubType string
Default ["https://www.googleapis.com/auth/calendar"]