Calendar Meeting Client
Functions
Link copied to clipboard
Gives the calendar meeting matching the id provided. Gives full details for a calendar meeting, including the meeting description.
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>>)
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.
Link copied to clipboard
Sets a CalendarMeetingObserver in this client