@@ -163,7 +163,7 @@ var ics = function() {
|
|||||||
var calendarEvent = [
|
var calendarEvent = [
|
||||||
'BEGIN:VEVENT',
|
'BEGIN:VEVENT',
|
||||||
'CLASS:PUBLIC',
|
'CLASS:PUBLIC',
|
||||||
'DESCRIPTION:' + description,
|
'DESCRIPTION:' + description.replace('\r\n', '\\n'),
|
||||||
'DTSTART:' + start,
|
'DTSTART:' + start,
|
||||||
'DTEND:' + end,
|
'DTEND:' + end,
|
||||||
'DTSTAMP:' + stamp.substring(0, stamp.length - 13).replace(/[-]/g, '') + '000000Z',
|
'DTSTAMP:' + stamp.substring(0, stamp.length - 13).replace(/[-]/g, '') + '000000Z',
|
||||||
|
|||||||
Reference in New Issue
Block a user