Skip to content

Meeting Start Time and Duration #164

Answered by Jericho
birdbm asked this question in Q&A
Jan 15, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

The abstract Meeting class contains properties that apply to all meeting types; any property that applies to only a specific type of meeting will be available on the specific meeting type class (i.e.: RecurringMeeting, InstantMeeting or ScheduledMeeting).

For example, Password and CreatedOn are two properties that apply to all meeting types which explains why they are available on the Meeting class but RecurrenceInfo only applies to recurring meetings which explains why it's available on the RecurringMeeting class and not on the Meeting class. All this to say that the two properties you mentioned are not available on the abstract Meeting class because they do not apply to all types of mee…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@birdbm
Comment options

Answer selected by birdbm
Comment options

You must be logged in to vote
1 reply
@whampt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants