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

Open direct in iphone the Apple Calendar #59

Closed dkrefta closed 3 years ago

dkrefta commented 3 years ago

Hey guys, I'm trying to figure out how to when I'm using iPhone to open direct the ics the calendar, can somebody help me with that? Already using to specific the isIOS and using as well the listItems:

const isiOS = /iPad|iPhone|iPod/.test(navigator.userAgent); <AddToCalendar event={event} listItems={isiOS ? itemsApple : items} optionsOpen={focus} />