diff --git a/lib/emails/new-event.ts b/lib/emails/new-event.ts index 0513ee67161b4d..8e750aa1b793dd 100644 --- a/lib/emails/new-event.ts +++ b/lib/emails/new-event.ts @@ -79,6 +79,9 @@ const html = (evt: CalendarEvent) => `
Invitee Email:
${evt.attendees[0].email}
+
+ Invitee Name:
+ ${evt.attendees[0].name}

` + ( evt.location ? `