google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.Calendar View Source

Attributes

  • conferenceProperties (ConferenceProperties): Conferencing properties for this calendar, for example what types of conferences are allowed. Defaults to: null.
  • description (String.t): Description of the calendar. Optional. Defaults to: null.
  • etag (String.t): ETag of the resource. Defaults to: null.
  • id (String.t): Identifier of the calendar. To retrieve IDs call the calendarList.list() method. Defaults to: null.
  • kind (String.t): Type of the resource ("calendar#calendar"). Defaults to: null.
  • location (String.t): Geographic location of the calendar as free-form text. Optional. Defaults to: null.
  • summary (String.t): Title of the calendar. Defaults to: null.
  • timeZone (String.t): The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Calendar.V3.Model.Calendar{
  conferenceProperties: GoogleApi.Calendar.V3.Model.ConferenceProperties.t(),
  description: any(),
  etag: any(),
  id: any(),
  kind: any(),
  location: any(),
  summary: any(),
  timeZone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.