Open gabsoftware opened 7 years ago
This enhancement would help with the Safari compatibility as described in #27 and #13. For full Safari support, the library would need to:
Right now it's set to make \r\n for windows only. Can someone confirm if that's the desired behavior for all other calendars the consume the ics format?
According to RFC 5545, section 3.1. "Content Lines", the line separator must be CRLF with no exception, never LF or CR alone.
In the RFC for iCalendar it is required that the line ending is CR LF (\r\n), it should never be LF alone (\n).