google_api_calendar v0.4.0 GoogleApi.Calendar.V3.Model.CalendarListEntry View Source

Attributes

  • accessRole (String.t): The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs. Defaults to: null.
  • backgroundColor (String.t): The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional. Defaults to: null.
  • colorId (String.t): The color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional. Defaults to: null.
  • conferenceProperties (ConferenceProperties): Conferencing properties for this calendar, for example what types of conferences are allowed. Defaults to: null.
  • defaultReminders ([EventReminder]): The default reminders that the authenticated user has for this calendar. Defaults to: null.
  • deleted (boolean()): Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False. Defaults to: null.
  • description (String.t): Description of the calendar. Optional. Read-only. Defaults to: null.
  • etag (String.t): ETag of the resource. Defaults to: null.
  • foregroundColor (String.t): The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional. Defaults to: null.
  • hidden (boolean()): Whether the calendar has been hidden from the list. Optional. The default is False. Defaults to: null.
  • id (String.t): Identifier of the calendar. Defaults to: null.
  • kind (String.t): Type of the resource ("calendar#calendarListEntry"). Defaults to: null.
  • location (String.t): Geographic location of the calendar as free-form text. Optional. Read-only. Defaults to: null.
  • notificationSettings (CalendarListEntryNotificationSettings): Defaults to: null.
  • primary (boolean()): Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False. Defaults to: null.
  • selected (boolean()): Whether the calendar content shows up in the calendar UI. Optional. The default is False. Defaults to: null.
  • summary (String.t): Title of the calendar. Read-only. Defaults to: null.
  • summaryOverride (String.t): The summary that the authenticated user has set for this calendar. Optional. Defaults to: null.
  • timeZone (String.t): The time zone of the calendar. Optional. Read-only. 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.CalendarListEntry{
  accessRole: any(),
  backgroundColor: any(),
  colorId: any(),
  conferenceProperties: GoogleApi.Calendar.V3.Model.ConferenceProperties.t(),
  defaultReminders: [GoogleApi.Calendar.V3.Model.EventReminder.t()],
  deleted: any(),
  description: any(),
  etag: any(),
  foregroundColor: any(),
  hidden: any(),
  id: any(),
  kind: any(),
  location: any(),
  notificationSettings:
    GoogleApi.Calendar.V3.Model.CalendarListEntryNotificationSettings.t(),
  primary: any(),
  selected: any(),
  summary: any(),
  summaryOverride: 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.