Merge pull request #1 from charsi/master

allow HTML in body
This commit is contained in:
matthiasanderer
2016-10-13 17:41:19 +02:00
committed by GitHub
2 changed files with 3 additions and 38 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ var icsFormatter = function() {
var calendarEvent = [
'BEGIN:VEVENT',
'CLASS:PUBLIC',
'DESCRIPTION:' + description,
'X-ALT-DESC;FMTTYPE=text/html:' + description,
'DTSTART;VALUE=DATE:' + start,
'DTEND;VALUE=DATE:' + end,
'LOCATION:' + location,