google_api_calendar v0.0.2 GoogleApi.Calendar.V3.Model.Colors View Source

Attributes

  • calendar (%{optional(String.t) => ColorDefinition}): A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only. Defaults to: null.
  • event (%{optional(String.t) => ColorDefinition}): A global palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only. Defaults to: null.
  • kind (String.t): Type of the resource ("calendar#colors"). Defaults to: null.
  • updated (DateTime.t): Last modification time of the color palette (as a RFC3339 timestamp). Read-only. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Calendar.V3.Model.Colors{
  calendar: map(),
  event: map(),
  kind: any(),
  updated: any()
}