Use HTML to allow line breaks in outlook
This commit is contained in:
parent
098b95ef55
commit
f91fdd16cf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue