-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue parsing ics from Beeline, Inc #448
Comments
I have the same issue |
I have a similar issue with fields with I can see that problems with parsing of are already associated with test data The associated unit test asserts that the result is either a not null or a However the field I have in source data look more like this which isn't even real
And I am expecting the description field to contain something like:
|
We run into an ICS which has the following line:
SUMMARY; ENCODING=QUOTED-PRINTABLE:Interview:=20Kalim,=20Usraa=20(24524-1)
iCal.Net library version 4.1.11 throws an exception:
Could not parse line: 'SUMMARY; ENCODING=QUOTED-PRINTABLE:Interview:=20Kalim,=20Usraa=20(24524-1)'
at Ical.Net.Serialization.SimpleDeserializer.ParseContentLine(SerializationContext context, String input) in C:\Gradifi\ical.net\net-core\Ical.Net\Serialization\SimpleDeserializer.cs:line 126
at Ical.Net.Serialization.SimpleDeserializer.Deserialize(TextReader reader)+MoveNext() in C:\Gradifi\ical.net\net-core\Ical.Net\Serialization\SimpleDeserializer.cs:line 78
at System.Linq.Enumerable.OfTypeIterator[TResult](IEnumerable source)+MoveNext()
at System.Collections.Generic.List
1.AddEnumerable(IEnumerable
1 enumerable)at System.Collections.Generic.List
1.InsertRange(Int32 index, IEnumerable
1 collection)at Ical.Net.CalendarCollection.Load(TextReader tr) in C:\Gradifi\ical.net\net-core\Ical.Net\CalendarCollection.cs:line 34
at Ical.Net.CalendarCollection.Load(Stream s) in C:\Gradifi\ical.net\net-core\Ical.Net\CalendarCollection.cs:line 27
Would you know why this is not supported?
Thanks in advance
The text was updated successfully, but these errors were encountered: