jasonsalzman / react-add-to-calendar

A simple, customizable, and reusable Add to Calendar button component for React
https://jasonsalzman.github.io/react-add-to-calendar/
MIT License
181 stars 123 forks source link

OWA not working on mobile #69

Open pdkn opened 3 years ago

pdkn commented 3 years ago

Links generated to add a new event in OWA do not work on mobile devices. This looks to be a problem with OWA. e.g. try this on iOS/Android device:

https://outlook.live.com/owa?rru=addevent&startdt=2021-10-10T08%3A00%3A00&enddt=2021-10-10T17%3A30%3A00&subject=A%20EVENT&location=London&body=Blar&allday=false&uid=1623589923665&path=%2Fcalendar%2Fview%2FMonth

It doesn't look like query params work the same on mobile view to desktop. Issue raised with MS https://answers.microsoft.com/en-us/outlook_com/forum/ocalendar-oaddevent/outlook-web-app-link-to-add-event-to-calendar-not/10379438-74ab-4775-b498-e9981ed9a65e

ACodingProphet commented 2 years ago

I'm having the same problem, Did you make any progress on this issue?