Use HTML to allow line breaks in outlook
This commit is contained in:
@@ -102,7 +102,7 @@ export default class CalEventParser {
|
||||
*/
|
||||
public asRichEvent(): CalendarEvent {
|
||||
const eventCopy: CalendarEvent = { ...this.calEvent };
|
||||
eventCopy.description = this.getRichDescription();
|
||||
eventCopy.description = this.getRichDescriptionHtml();
|
||||
return eventCopy;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user