Package | Description |
---|---|
com.google.api.services.calendar | |
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
Calendar.Freebusy.Query |
Calendar.Freebusy.query(FreeBusyRequest content)
Returns free/busy information for a set of calendars.
|
Constructor and Description |
---|
Query(FreeBusyRequest content)
Returns free/busy information for a set of calendars.
|
Modifier and Type | Method and Description |
---|---|
FreeBusyRequest |
FreeBusyRequest.clone() |
FreeBusyRequest |
FreeBusyRequest.set(String fieldName,
Object value) |
FreeBusyRequest |
FreeBusyRequest.setCalendarExpansionMax(Integer calendarExpansionMax)
Maximal number of calendars for which FreeBusy information is to be provided.
|
FreeBusyRequest |
FreeBusyRequest.setGroupExpansionMax(Integer groupExpansionMax)
Maximal number of calendar identifiers to be provided for a single group.
|
FreeBusyRequest |
FreeBusyRequest.setItems(List<FreeBusyRequestItem> items)
List of calendars and/or groups to query.
|
FreeBusyRequest |
FreeBusyRequest.setTimeMax(DateTime timeMax)
The end of the interval for the query formatted as per RFC3339.
|
FreeBusyRequest |
FreeBusyRequest.setTimeMin(DateTime timeMin)
The start of the interval for the query formatted as per RFC3339.
|
FreeBusyRequest |
FreeBusyRequest.setTimeZone(String timeZone)
Time zone used in the response.
|
Copyright © 2011–2022 Google. All rights reserved.