diff --git a/icsFormatter.js b/icsFormatter.js index 62a87b2..34c0477 100644 --- a/icsFormatter.js +++ b/icsFormatter.js @@ -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,