google_api_calendar v0.13.0 GoogleApi.Calendar.V3.Model.FreeBusyRequest View Source
Attributes
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.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.