Skip to main content

gcal.patcheventprops.conferencedataversion

Home > @runlightyear/gcal > PatchEventProps > conferenceDataVersion

PatchEventProps.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;