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-29 07:16:20 -05:00
parent 8020576b06
commit e714bd5b8e
+1
View File
@@ -373,6 +373,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
auth: myGoogleAuth,
calendarId: "primary",
resource: payload,
conferenceDataVersion: 1,
},
function (err, event) {
if (err) {