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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user