meetingType property

String? meetingType

Property getter and setter for meetingType: A free-form type that identifies this meeting as a specific type of meeting - this may change things like notification reminders, templates, prep tasks, etc A free-form type that identifies this meeting as a specific type of meeting - this may change things like notification reminders, templates, prep tasks, etc

Implementation

String? get meetingType;
void meetingType=(String? meetingType)

Implementation

set meetingType(String? meetingType);