jspricke / python-remind

Python library to convert between Remind and iCalendar
GNU General Public License v3.0
13 stars 6 forks source link

fix: handle empty ics files #4

Closed rclasen closed 8 years ago

rclasen commented 8 years ago

to_reminders didn't check if the given list was empty... and failed when seeing this.

An empty list should be fine - and just return no reminders.

This allows automated error handling in calling programs.

jspricke commented 8 years ago

Thanks!