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.

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