View Source GoogleApi.Calendar.V3.Model.EventOrganizer (google_api_calendar v0.23.1)

The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.

Attributes

  • displayName (type: String.t, default: nil) - The organizer's name, if available.
  • email (type: String.t, default: nil) - The organizer's email address, if available. It must be a valid email address as per RFC5322.
  • id (type: String.t, default: nil) - The organizer's Profile ID, if available.
  • self (type: boolean(), default: false) - Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventOrganizer{
  displayName: String.t() | nil,
  email: String.t() | nil,
  id: String.t() | nil,
  self: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.