ical-org / ical.net

ical.NET - an open source iCal library for .NET
MIT License
784 stars 231 forks source link

Trouble parcing ICS file #556

Closed JoopStringer closed 2 days ago

JoopStringer commented 2 years ago

Hi all,

I've got an ICS file with the following event. The icalendar.GetOccurrences breaks on the "\n3722 WS Bilthoven" Any idea why or how to solve this?

In my iPhone calendar the location is added using location finder.

BEGIN:VEVENT
CREATED:20181123T145955Z
DTEND;TZID=Europe/Amsterdam:20181130T220000
DTSTAMP:20190123T102125Z
DTSTART;TZID=Europe/Amsterdam:20181130T200000
LAST-MODIFIED:20190123T102103Z
LOCATION:Putterlaan 161\n3722 WS Bilthoven\nNetherlands
SEQUENCE:1
SUMMARY:DCF 
UID:CF8E3F9E-5847-4D53-9B38-ECEA241C6CCA
URL;VALUE=URI:
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Putterlaan 161\\n3722 WS 
 Bilthoven\\nNetherlands;X-APPLE-ABUID="Thuis van André de Voos"::;X-APPL
 E-REFERENCEFRAME=1;X-TITLE=Putterlaan 161
3722 WS Bilthoven
Netherlands:geo:52.126680,5.208840
END:VEVENT
JoopStringer commented 2 years ago

Any news ??