View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCalendar (google_api_content_warehouse v0.4.0)
A url to the person's calendar. As of 03/2018 is not supported for user Profile.
Attributes
-
formattedType
(type:String.t
, default:nil
) - Thetype
translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage. -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t
, default:nil
) - -
type
(type:String.t
, default:nil
) - The type of the calendar URL. The type can be free form or one of these predefined values:home
freeBusy
*work
-
url
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCalendar{ formattedType: String.t() | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil, type: String.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.