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

Fixes iCal not downloading #63

Open alexrabin opened 1 year ago

alexrabin commented 1 year ago

https://stackoverflow.com/a/26818375

60

wyantb commented 9 months ago

Only thought on this - can the data/text prefixing be put directly into the anchor's href to get things working? Similar to described in https://www.maxkohler.com/posts/calendar-links/ with data:text/calendar;charset=utf-8,BEGIN...

This PR is almost certainly an improvement over what's in master already, however.