Fixes Google Meet showing up during Daily or Zoom events (#930)

This commit is contained in:
Alex van Andel 2021-10-13 10:13:46 +01:00 committed by GitHub
parent f9e315d10a
commit 4ce4b141b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}