| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
FreeBusyCalendar |
FreeBusyCalendar.clone() |
FreeBusyCalendar |
FreeBusyCalendar.set(String fieldName,
Object value) |
FreeBusyCalendar |
FreeBusyCalendar.setBusy(List<TimePeriod> busy)
List of time ranges during which this calendar should be regarded as busy.
|
FreeBusyCalendar |
FreeBusyCalendar.setErrors(List<Error> errors)
Optional error(s) (if computation for the calendar failed).
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FreeBusyCalendar> |
FreeBusyResponse.getCalendars()
List of free/busy information for calendars.
|
| Modifier and Type | Method and Description |
|---|---|
FreeBusyResponse |
FreeBusyResponse.setCalendars(Map<String,FreeBusyCalendar> calendars)
List of free/busy information for calendars.
|
Copyright © 2011–2025 Google. All rights reserved.