gcal.updateeventprops.conferencedataversion
Home > @runlightyear/gcal > UpdateEventProps > conferenceDataVersion
UpdateEventProps.conferenceDataVersion property
Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0. Acceptable values are 0 to 1, inclusive.
Signature:conferenceDataVersion?: number;