MeetingParticipantStatus
No description
enum MeetingParticipantStatus {
CONFIRMED
DECLINED
CANCELED
PENDING
ATTENDED
NO_SHOW
EXPIRED
}
Values
MeetingParticipantStatus.CONFIRMED
MeetingParticipantStatus.DECLINED
MeetingParticipantStatus.CANCELED
MeetingParticipantStatus.PENDING
MeetingParticipantStatus.ATTENDED
MeetingParticipantStatus.NO_SHOW
MeetingParticipantStatus.EXPIRED
Member Of
MeetingParticipant
object