use google events conference data version 1

- fix issue where google meet details were no longer add to the created event
This commit is contained in:
femyeda 2021-06-28 15:34:27 -05:00
parent 8020576b06
commit e714bd5b8e

View file

@ -373,6 +373,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
auth: myGoogleAuth, auth: myGoogleAuth,
calendarId: "primary", calendarId: "primary",
resource: payload, resource: payload,
conferenceDataVersion: 1,
}, },
function (err, event) { function (err, event) {
if (err) { if (err) {