Skip to content

Commit

Permalink
add invitee name to email for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Freundschaft committed Aug 22, 2021
1 parent 8fabab8 commit 6a9179e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/emails/new-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ const html = (evt: CalendarEvent) => `
<br />
<strong>Invitee Email:</strong><br />
<a href="mailto:${evt.attendees[0].email}">${evt.attendees[0].email}</a><br />
<br />
<strong>Invitee Name:</strong><br />
${evt.attendees[0].name}<br />
<br />` +
(
evt.location ? `
Expand Down

1 comment on commit 6a9179e

@vercel
Copy link

@vercel vercel bot commented on 6a9179e Aug 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.