From e714bd5b8e58dd1bc2b3788070783ea9848c7b28 Mon Sep 17 00:00:00 2001 From: femyeda Date: Mon, 28 Jun 2021 15:34:27 -0500 Subject: [PATCH] use google events conference data version 1 - fix issue where google meet details were no longer add to the created event --- lib/calendarClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/calendarClient.ts b/lib/calendarClient.ts index 4d8d7421..44453219 100644 --- a/lib/calendarClient.ts +++ b/lib/calendarClient.ts @@ -373,6 +373,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => { auth: myGoogleAuth, calendarId: "primary", resource: payload, + conferenceDataVersion: 1, }, function (err, event) { if (err) {