isMoveMeetingSupported

abstract fun isMoveMeetingSupported(meetingId: String): Boolean

Checks if the move meeting feature is supported for the given meeting.

Return

true if the move meeting feature is supported, false otherwise

Since

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