Fixes Google Meet showing up during Daily or Zoom events (#930)
parent
f9e315d10a
commit
4ce4b141b4
|
@ -388,7 +388,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
|
|||
payload["location"] = event.location;
|
||||
}
|
||||
|
||||
if (event.conferenceData) {
|
||||
if (event.conferenceData && event.location === "integrations:google:meet") {
|
||||
payload["conferenceData"] = event.conferenceData;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue