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