lpil / icalendar

🗓️ A small library for reading and writing ICalendar files.
MIT License
103 stars 56 forks source link

Fix missing ATTENDEE newline #50

Closed ryanwinchester closed 3 years ago

ryanwinchester commented 3 years ago

Closes #49

The newline for attendees should be at the end of each instead of between them. Otherwise, we end up with the final attendee on the same line as the next ICalendar property.

ryanwinchester commented 3 years ago

@lpil I added doctest