Click or drag to resize
ExchangeServiceFetchAllMeetingsInCalendars Method
Initiates a network request to fetch all meetings in the specified calendars for a specific date range from the Exchange service.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void FetchAllMeetingsInCalendars(
	List<ExchangeCalendar> calendars,
	DateTime startDate,
	DateTime endDate,
	MeetingFetchCompletionHandler completionHandler
)

Parameters

calendars
Type: System.Collections.GenericListExchangeCalendar
The list of calendars to fetch meetings from.
startDate
Type: SystemDateTime
Start date/time in UTC format for the range.
endDate
Type: SystemDateTime
End date/time in UTC format for the range.
completionHandler
Type: Avaya.ClientServicesMeetingFetchCompletionHandler
Completion handler to call when the operation has completed.
See Also