ExchangeServiceGetUserAvailability(IEnumerableAttendeeInfo, TimeWindow, AvailabilityData, AvailabilityOptions, CancellationToken) - метод

Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<GetUserAvailabilityResults> GetUserAvailability(
	IEnumerable<AttendeeInfo> attendees,
	TimeWindow timeWindow,
	AvailabilityData requestedData,
	AvailabilityOptions options,
	CancellationToken token = default
)

Параметры

attendees  IEnumerableAttendeeInfo
The attendees for which to retrieve availability information.
timeWindow  TimeWindow
The time window in which to retrieve user availability information.
requestedData  AvailabilityData
The requested data (free/busy and/or suggestions).
options  AvailabilityOptions
The options controlling the information returned.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskGetUserAvailabilityResults
The availability information for each user appears in a unique FreeBusyResponse object. The order of users in the request determines the order of availability data for each user in the response.

См. также