Skip to content

Commit

Permalink
Debug app AddToCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Jun 22, 2023
1 parent 786712b commit c8050c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/AddToCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export default {
},
methods: {
async download(e) {
// https://www.npmjs.com/package/save-file
console.log("AddToCalendar download")
e.preventDefault()
e.stopPropagation()
const blob = new Blob([this.ics], { type: 'text/calendar;charset=utf-8' })
Expand Down

0 comments on commit c8050c9

Please sign in to comment.