You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do we need a dependency on vobject? icalendar is currently well supported. It seems that we have the same functionality implemented by different libraries. besides, vobject is not supported.
The text was updated successfully, but these errors were encountered:
For backward compatibility we need to support the .vobject_instance property.
My intention is to look through the library and make sure there are no internal calls to .vobject_instance, move the import of vobject to the vobject_instance-getter and make it into an optional dependency.
Why do we need a dependency on vobject? icalendar is currently well supported. It seems that we have the same functionality implemented by different libraries. besides, vobject is not supported.
The text was updated successfully, but these errors were encountered: