View Source GoogleApi.Calendar.V3.Model.EventBirthdayProperties (google_api_calendar v0.25.0)

Attributes

  • contact (type: String.t, default: nil) - Resource name of the contact this birthday event is linked to. This can be used to fetch contact details from People API. Format: "people/c12345". Read-only.
  • customTypeName (type: String.t, default: nil) - Custom type label specified for this event. This is populated if birthdayProperties.type is set to "custom". Read-only.
  • type (type: String.t, default: birthday) - Type of birthday or special event. Possible values are:
    • "anniversary" - An anniversary other than birthday. Always has a contact.
    • "birthday" - A birthday event. This is the default value.
    • "custom" - A special date whose label is further specified in the customTypeName field. Always has a contact.
    • "other" - A special date which does not fall into the other categories, and does not have a custom label. Always has a contact.
    • "self" - Calendar owner's own birthday. Cannot have a contact. The Calendar API only supports creating events with the type "birthday". The type cannot be changed after the event is created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventBirthdayProperties{
  contact: String.t() | nil,
  customTypeName: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.