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

Disable URI encode for Outlook #6

Closed AndrewNatoli closed 6 years ago

AndrewNatoli commented 6 years ago

Outlook (desktop) shows special chars currently because it's being encoded. I realize this makes the ics and outlook options totally identical though so this might be more of a conversation starter than an actual PR worth merging. 🤷‍♂️

Example: Title: "This is a title" Result: "This%20is%20a%20title"

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          66     66           
=====================================
  Hits           66     66
Impacted Files Coverage Δ
src/lib/utils.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d99bf5...b99bc4d. Read the comment docs.

jasonleibowitz commented 6 years ago

🔥