dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
717 stars 105 forks source link

org-caldav-import-ics-to-org: stops at newlines #199

Open fleimgruber opened 4 years ago

fleimgruber commented 4 years ago

The website https://www.meetup.com/ generates .ics files looking like this

...
SUMMARY:Clojure Meetup February
DESCRIPTION:(clojure 'vienna)\nTuesday\, February 18 at 7:00 PM\n\nJoin u
 s for our February meetup. We are going to take a look at databases comi
 ng out of the Clojure ecosystem\, with an * introduction to Datomic and 
 D...\n\nhttps://www.meetup.com/clojure-vienna/events/268262689/
CLASS:PUBLIC
...

Which if imported using org-caldav-import-ics-to-org results in this entry in the calendar org file:

* Clojure Meetup February
:PROPERTIES:
:LOCATION: ...
:END:
<2020-02-18 Tue 19:00-21:00>
  (clojure 'vienna)
 Tuesday, February 18 at 7:00 PM

 Join u

i.e. the description is not fully inserted, but stops at "Join u" where the .ics file contains a line break.