Add string as input of of() #194
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Little tasks for the hacktoberfest
This is a small but nice feature: We expect an
icalendar.Calendar
object as the first argument toof()
.Please allow bytes and string as an input too, parsing them with
icalendar.Calendar.from_ical()
.To close this:
icalendar.Calendar.from_ical()
This would make answers like these way shorter: https://stackoverflow.com/a/79111753/1320237
The text was updated successfully, but these errors were encountered: