CalendarMeetingClient

interface CalendarMeetingClient

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>)

Gives the calendar meeting matching the id provided.

Link copied to clipboard
abstract fun isMoveMeetingSupported(meetingId: String): Boolean

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>>)

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
abstract fun setObserver(observer: CalendarMeetingObserver?)

Sets a CalendarMeetingObserver in this client