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:
@@ -373,6 +373,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
|
||||
auth: myGoogleAuth,
|
||||
calendarId: "primary",
|
||||
resource: payload,
|
||||
conferenceDataVersion: 1,
|
||||
},
|
||||
function (err, event) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user