Gleanex.Client.CalendarAttendee (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a CalendarAttendee

Summary

Types

t()

@type t() :: %Gleanex.Client.CalendarAttendee{
  groupAttendees: [t()] | nil,
  isInGroup: boolean() | nil,
  isOrganizer: boolean() | nil,
  person: Gleanex.Client.Person.t(),
  responseStatus: String.t() | nil
}