Skip to content

Commit

Permalink
added: DTSTAMP
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Apr 25, 2024
1 parent b5c37ea commit c7475f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ms-ics-fix/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function doIcsFix(url) {
`UID:${event.uid}`,
`DTSTART:${getTime(event.start)}`,
`DTEND:${getTime(event.end)}`,
`DTSTAMP:${getTime(event.start)}`,
`STATUS:${(event.status || '').toString().replaceAll('\n', ' ')}`,
`LOCATION:${(event.location || '').toString().replaceAll('\n', ' ')}`,
`SUMMARY:${(event.summary || '').toString().replaceAll('\n', ' ')}`,
Expand Down

0 comments on commit c7475f2

Please sign in to comment.