GoogleApi.Calendar.V3.Model.FreeBusyRequest (google_api_calendar v0.26.0)
View SourceAttributes
-
calendarExpansionMax(type:integer(), default:nil) - Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50. -
groupExpansionMax(type:integer(), default:nil) - Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100. -
items(type:list(GoogleApi.Calendar.V3.Model.FreeBusyRequestItem.t), default:nil) - List of calendars and/or groups to query. -
timeMax(type:DateTime.t, default:nil) - The end of the interval for the query formatted as per RFC3339. -
timeMin(type:DateTime.t, default:nil) - The start of the interval for the query formatted as per RFC3339. -
timeZone(type:String.t, default:UTC) - Time zone used in the response. Optional. The default is UTC.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Calendar.V3.Model.FreeBusyRequest{ calendarExpansionMax: integer() | nil, groupExpansionMax: integer() | nil, items: [GoogleApi.Calendar.V3.Model.FreeBusyRequestItem.t()] | nil, timeMax: DateTime.t() | nil, timeMin: DateTime.t() | nil, timeZone: String.t() | nil }