wip
This commit is contained in:
		
							parent
							
								
									f2c5ecbb99
								
							
						
					
					
						commit
						de14b2de33
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail {
 | 
				
			||||||
        <a href="mailto:${this.calEvent.attendees[0].email}">${this.calEvent.attendees[0].email}</a><br />
 | 
					        <a href="mailto:${this.calEvent.attendees[0].email}">${this.calEvent.attendees[0].email}</a><br />
 | 
				
			||||||
        <br />` +
 | 
					        <br />` +
 | 
				
			||||||
      this.getAdditionalBody() +
 | 
					      this.getAdditionalBody() +
 | 
				
			||||||
 | 
					      "<br />" +
 | 
				
			||||||
      `<strong>Invitee Time Zone:</strong><br />
 | 
					      `<strong>Invitee Time Zone:</strong><br />
 | 
				
			||||||
          ${this.calEvent.attendees[0].timeZone}<br />
 | 
					          ${this.calEvent.attendees[0].timeZone}<br />
 | 
				
			||||||
          <br />
 | 
					          <br />
 | 
				
			||||||
          <strong>Additional notes:</strong><br />
 | 
					          <strong>Additional notes:</strong><br />
 | 
				
			||||||
          ${this.calEvent.description}
 | 
					          ${this.calEvent.description}
 | 
				
			||||||
        ` +
 | 
					        ` +
 | 
				
			||||||
      "<br />" +
 | 
					 | 
				
			||||||
      this.getAdditionalFooter() +
 | 
					      this.getAdditionalFooter() +
 | 
				
			||||||
      `
 | 
					      `
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue