Modifier and Type | Method and Description |
---|---|
List<Range> |
FreebusyCalendarInfo.getBusy()
List of time ranges during which this calendar should be regarded as busy.
|
Constructor and Description |
---|
FreebusyCalendarInfo(String calendarId,
Range[] busy)
Initializes a new instance of the FreebusyCalendarInfo class.
|
Constructor and Description |
---|
FreebusyCalendarInfo(String calendarId,
Iterable<ErrorDetails> errors,
Iterable<Range> busy)
Initializes a new instance of the FreebusyCalendarInfo class.
|