jasonleibowitz / react-add-to-calendar-hoc

Simple Unopinionated React Add to Calendar Button. Bring your own components.
http://leibowitz.me/react-add-to-calendar-hoc/docs/
MIT License
70 stars 40 forks source link

Timezone Support #15

Closed jasonleibowitz closed 5 years ago

jasonleibowitz commented 5 years ago

What does this PR do?

Any background information?

3 described issues with properly handling timezones with this library. I did some investigating and it was a little confusing because ics and google/yahoo all handle timezones slightly differently. I really didn't want to add another dependency to this library, but managed to figure out how to get all of the URLs to properly handle timezones.