Skip to content

Commit be9ab02

Browse files
authored
fix: ICS file on workflows where the invite is added wont display the link of the integration (calcom#22964)
* fix * fix * chore
1 parent cfefba6 commit be9ab02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/features/ee/workflows/lib/reminders/emailReminderManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ export const scheduleEmailReminder = async (args: scheduleEmailReminderArgs) =>
245245
type: evt.eventType?.slug || "",
246246
organizer: { ...evt.organizer, language: { ...evt.organizer.language, translate: organizerT } },
247247
attendees: [attendee],
248+
location: bookingMetadataSchema.parse(evt.metadata || {})?.videoCallUrl || evt.location,
248249
};
249250

250251
const attachments = includeCalendarEvent

0 commit comments

Comments
 (0)