skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://eventable.github.io/vobject/
254 stars 90 forks source link

fix diff when one calendar is empty #188

Open Magurix opened 1 year ago

Magurix commented 1 year ago

When leftList is empty, no diff results are returned even if rightList contains items. This pull request fixes this.