Package | Description |
---|---|
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
TimePeriod |
TimePeriod.clone() |
TimePeriod |
TimePeriod.set(String fieldName,
Object value) |
TimePeriod |
TimePeriod.setEnd(com.google.api.client.util.DateTime end)
The (exclusive) end of the time period.
|
TimePeriod |
TimePeriod.setStart(com.google.api.client.util.DateTime start)
The (inclusive) start of the time period.
|
Modifier and Type | Method and Description |
---|---|
List<TimePeriod> |
FreeBusyCalendar.getBusy()
List of time ranges during which this calendar should be regarded as busy.
|
Modifier and Type | Method and Description |
---|---|
FreeBusyCalendar |
FreeBusyCalendar.setBusy(List<TimePeriod> busy)
List of time ranges during which this calendar should be regarded as busy.
|
Copyright © 2011–2025 Google. All rights reserved.