dartclub / ical

iCal library for Dart and Flutter
https://pub.dev/packages/ical
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Fixed line delimiter and added lines folding for event description #10

Closed redbayoub closed 3 years ago

redbayoub commented 3 years ago

Before the changes I used the iCalendar Validator to validate an ics file generated by this plugin and I got an error that the liens are not delimited by CLRF delimiter and a warning that the description was longer than 75 octet so I made the required changes to fix the issues

lukas-h commented 3 years ago

Very well

I have one thought: wouldn't it be good to have an optional parameter where one could set the line delimiter, with the default option CR-LF?

redbayoub commented 3 years ago

is there an RFC for iCelander that supports other delimiters ?

lukas-h commented 3 years ago

Even if not, I am a little worried to break the apps that already use the library. But I will confirm the PR as it is in after review asap.