google_api_calendar v0.4.0 GoogleApi.Calendar.V3.Model.FreeBusyRequest View Source
Attributes
- calendarExpansionMax (integer()): Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50. Defaults to:
null
. - groupExpansionMax (integer()): 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. Defaults to:
null
. - items ([FreeBusyRequestItem]): List of calendars and/or groups to query. Defaults to:
null
. - timeMax (DateTime.t): The end of the interval for the query formatted as per RFC3339. Defaults to:
null
. - timeMin (DateTime.t): The start of the interval for the query formatted as per RFC3339. Defaults to:
null
. - timeZone (String.t): Time zone used in the response. Optional. The default is UTC. 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()
View Source
t() :: %GoogleApi.Calendar.V3.Model.FreeBusyRequest{
calendarExpansionMax: any(),
groupExpansionMax: any(),
items: [GoogleApi.Calendar.V3.Model.FreeBusyRequestItem.t()],
timeMax: DateTime.t(),
timeMin: DateTime.t(),
timeZone: any()
}
t() :: %GoogleApi.Calendar.V3.Model.FreeBusyRequest{ calendarExpansionMax: any(), groupExpansionMax: any(), items: [GoogleApi.Calendar.V3.Model.FreeBusyRequestItem.t()], timeMax: DateTime.t(), timeMin: DateTime.t(), timeZone: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.