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

Extended properties of the event.

Attributes

  • private (type: map(), default: nil) - Properties that are private to the copy of the event that appears on this calendar.
  • shared (type: map(), default: nil) - Properties that are shared between copies of the event on other attendees' calendars.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventExtendedProperties{
  private: map() | nil,
  shared: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.