Modifier and Type | Method and Description |
---|---|
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData)
Gets detailed information about the availability of a set of users,
rooms, and resources within a specified time window.
|
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData,
AvailabilityOptions options)
Gets detailed information about the availability of a set of users,
rooms, and resources within a specified time window.
|
Modifier and Type | Method and Description |
---|---|
TimeWindow |
GetUserAvailabilityRequest.getTimeWindow()
Gets the time window in which to retrieve user availability
information.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserAvailabilityRequest.setTimeWindow(TimeWindow timeWindow)
Sets the time window.
|
Modifier and Type | Method and Description |
---|---|
TimeWindow |
AvailabilityOptions.getDetailedSuggestionsWindow()
Gets the time window for which detailed information about
suggested meeting times should be returned.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailabilityOptions.setDetailedSuggestionsWindow(TimeWindow value)
Sets the detailed suggestions window.
|
Modifier and Type | Method and Description |
---|---|
TimeWindow |
OofSettings.getDuration()
Gets the duration of the OOF status when State is set to
OofState.Scheduled.
|
Modifier and Type | Method and Description |
---|---|
void |
OofSettings.setDuration(TimeWindow duration)
Sets the duration of the OOF status when State is set to
OofState.Scheduled.
|
Copyright © 2012–2015 Microsoft. All rights reserved.