allow HTML in body
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ var icsFormatter = function() {
|
|||||||
var calendarEvent = [
|
var calendarEvent = [
|
||||||
'BEGIN:VEVENT',
|
'BEGIN:VEVENT',
|
||||||
'CLASS:PUBLIC',
|
'CLASS:PUBLIC',
|
||||||
'DESCRIPTION:' + description,
|
'X-ALT-DESC;FMTTYPE=text/html:' + description,
|
||||||
'DTSTART;VALUE=DATE:' + start,
|
'DTSTART;VALUE=DATE:' + start,
|
||||||
'DTEND;VALUE=DATE:' + end,
|
'DTEND;VALUE=DATE:' + end,
|
||||||
'LOCATION:' + location,
|
'LOCATION:' + location,
|
||||||
|
|||||||
Reference in New Issue
Block a user