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

Attributes

  • date (Date.t): The date, in the format "yyyy-mm-dd", if this is an all-day event. Defaults to: null.
  • dateTime (DateTime.t): The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone. Defaults to: null.
  • timeZone (String.t): The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end. 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.EventDateTime{
  date: Date.t(),
  dateTime: DateTime.t(),
  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.