fix: ICS file on workflows where the invite is added wont display the link of the integration (#22964)

* fix

* fix

* chore
This commit is contained in:
Romit
2025-08-08 10:45:14 +05:30
committed by GitHub
parent cfefba6d4d
commit be9ab02a7e
@@ -245,6 +245,7 @@ export const scheduleEmailReminder = async (args: scheduleEmailReminderArgs) =>
type: evt.eventType?.slug || "",
organizer: { ...evt.organizer, language: { ...evt.organizer.language, translate: organizerT } },
attendees: [attendee],
location: bookingMetadataSchema.parse(evt.metadata || {})?.videoCallUrl || evt.location,
};
const attachments = includeCalendarEvent