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) {