diff --git a/lib/emails/EventOrganizerMail.ts b/lib/emails/EventOrganizerMail.ts index 9c60383c..1680ad9e 100644 --- a/lib/emails/EventOrganizerMail.ts +++ b/lib/emails/EventOrganizerMail.ts @@ -54,28 +54,78 @@ export default class EventOrganizerMail extends EventMail { protected getHtmlRepresentation(): string { return ( ` -
You and any other attendees have been emailed with this information.
+What | +${this.calEvent.type} | +
When | +${this.getInviteeStart().format("dddd, LL")} ${this.getInviteeStart().format("h:mma")} (${ + this.calEvent.attendees[0].timeZone + }) |
+
Who | +${this.calEvent.attendees[0].name} ${this.calEvent.attendees[0].email} |
+
Where | +${this.getLocation()} | +
Notes | +${this.calEvent.description} | +