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

Event description can't be multi-line text. #70

Open nicroto opened 3 years ago

nicroto commented 3 years ago

Hi,

Thanks for the very useful component.

I've hit an issue with the event description - if I create a multiline description, only the first line is actually added to the event and the rest is lost. It's reproducible with ics.

Best, Nikolay