nicolasbeauvais / vue-add-to-calendar

A Vue.js component that provides "Add to Calendar" functionality, works with Vue 2.X
https://nicolasbeauvais.github.io/vue-add-to-calendar/
MIT License
134 stars 25 forks source link

Date format in Outlook issue #20

Open oriahector opened 4 years ago

oriahector commented 4 years ago

replace(/-|:|.\d+/g, '') in addToCalendar.js dataFormat function (line 136) does not work for Microsoft Outlook. If we remove that replace function the date display well. Could you please update the code? It is just working with G.Calendar right now.

lehmannk commented 3 years ago

Any updates on this? For me it also only works for google calendar. Neither for Microsoft live nor Outlook calendar.

paasshme commented 2 years ago

Can confirm, it only works on gcalendar here

keqhash commented 2 years ago

Any update here?