list
abstract fun list( fromDate: Date?, toDate: Date?, handler: CompletionHandler<List<CalendarMeeting>>)
Content copied to clipboard
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
from Date
: Return calendar meetings whose start time is equal or after this value. If null, then meetings from past one week is returned
to Date
: 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