GoogleApi.Calendar.V3.Model.FreeBusyResponse (google_api_calendar v0.26.0)
View SourceAttributes
-
calendars(type:%{optional(String.t) => GoogleApi.Calendar.V3.Model.FreeBusyCalendar.t}, default:nil) - List of free/busy information for calendars. -
groups(type:%{optional(String.t) => GoogleApi.Calendar.V3.Model.FreeBusyGroup.t}, default:nil) - Expansion of groups. -
kind(type:String.t, default:calendar#freeBusy) - Type of the resource ("calendar#freeBusy"). -
timeMax(type:DateTime.t, default:nil) - The end of the interval. -
timeMin(type:DateTime.t, default:nil) - The start of the interval.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Calendar.V3.Model.FreeBusyResponse{ calendars: %{optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyCalendar.t()} | nil, groups: %{optional(String.t()) => GoogleApi.Calendar.V3.Model.FreeBusyGroup.t()} | nil, kind: String.t() | nil, timeMax: DateTime.t() | nil, timeMin: DateTime.t() | nil }