diff --git a/lib/CalEventParser.ts b/lib/CalEventParser.ts
index a38494f2aa..69724ccc8f 100644
--- a/lib/CalEventParser.ts
+++ b/lib/CalEventParser.ts
@@ -37,11 +37,7 @@ export default class CalEventParser {
* Returns a footer section with links to change the event (as HTML).
*/
public getChangeEventFooterHtml(): string {
- return `
-Need to change this event?
-Cancel: ${this.getCancelLink()}
-Reschedule: ${this.getRescheduleLink()}
- `;
+ return `
Need to make a change? Cancel or reschedule.
`; } /** diff --git a/lib/emails/EventAttendeeMail.ts b/lib/emails/EventAttendeeMail.ts index 3fd73f17ae..12d3d80deb 100644 --- a/lib/emails/EventAttendeeMail.ts +++ b/lib/emails/EventAttendeeMail.ts @@ -18,24 +18,76 @@ export default class EventAttendeeMail 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.organizer.name} ${this.calEvent.organizer.email} |
+
Where | +${this.getLocation()} | +
Notes | +${this.calEvent.description} | +