Calendar Meeting Client
A client wrapper of the Cisco Webex Calendar Meeting API
Since
3.2.0
Functions
Link copied to clipboard
abstract fun getById(meetingId: String, handler: CompletionHandler<CalendarMeeting>)
Content copied to clipboard
Gives the calendar meeting matching the id provided.
Link copied to clipboard
Checks if the move meeting feature is supported for the given meeting.
Link copied to clipboard
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.
Link copied to clipboard
Sets a CalendarMeetingObserver in this client