list

abstract fun list(fromDate: Date?, toDate: Date?, handler: CompletionHandler<List<CalendarMeeting>>)

Gives the list of calendar webex meetings. By default meetings ranging from past one week to meetings scheduled till one month (approx 30 days) is returned. Gives limited details for each calendar meeting. The meeting description for each meeting in the list will not be included. To obtain the full details for a given calendar meeting, including the description, use CalendarMeetingClient.getById.

Since

3.2.0

Parameters

fromDate

: Return calendar meetings whose start time is equal or after this value. If null, then meetings from past one week is returned

toDate

: Return calendar meetings whose end time is equal or before this value. If null, then meetings till one month from current date is returned.

handler

: an instance of CompletionHandler