Provides struct and type for a CalendarAttendee
Summary
Types
@type t() :: %Gleanex.Client.CalendarAttendee{ groupAttendees: [t()] | nil, isInGroup: boolean() | nil, isOrganizer: boolean() | nil, person: Gleanex.Client.Person.t(), responseStatus: String.t() | nil }