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:
parent
8020576b06
commit
e714bd5b8e
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
|
|||
auth: myGoogleAuth,
|
||||
calendarId: "primary",
|
||||
resource: payload,
|
||||
conferenceDataVersion: 1,
|
||||
},
|
||||
function (err, event) {
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in a new issue