Click or drag to resize
ExchangeServiceFetchAllCalendars Method
Initiates a network request to fetch all calendars from the Exchange service.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void FetchAllCalendars(
	CalendarFetchCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCalendarFetchCompletionHandler
Completion handler to call when the operation has completed.
See Also