getById

abstract fun getById(meetingId: String, handler: CompletionHandler<CalendarMeeting>)

Gives the calendar meeting matching the id provided.

Since

3.2.0

Parameters

meetingId

: The id of the calendar meeting. (Derived parameter: Use CalendarMeetingClient.list to get the list of calendar meetings. Then use CalendarMeeting.id to get the id of the calendar meeting).

handler

: an instance of CompletionHandler