Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
events: Remove extra "\n" from ics output
We don't need to use "\n" joiners for the output of the ics.Calendar iterator, because the lines already contain "\r\n" termination. If fact, ics.Calendar.__str__() returns the calendar as an ics formated string, so just return the icx calendar itself. Newer versions of ics have better serialisation, but we don't want to complicate things by library updates now.
- Loading branch information