Hey there, first of all thank you so much for an amazing package. I've spent so long looking for something that handles recurring events well.
When installing via pip install iCal-library v3.0.0 of Pendulum gets installed. When attempting to use the package the following error is thrown:
ImportError: cannot import name 'Period' from 'pendulum' (/Users/dsalib/Developer/oasis/venv/lib/python3.9/site-packages/pendulum/__init__.py)
I resolved this by pinning to v2.1.1 of Pendulum. You may want to do the same, or upgrade to support Pendulum v3.
Cheers!
Hey there, first of all thank you so much for an amazing package. I've spent so long looking for something that handles recurring events well.
When installing via
pip install iCal-libraryv3.0.0 ofPendulumgets installed. When attempting to use the package the following error is thrown:I resolved this by pinning to v2.1.1 of Pendulum. You may want to do the same, or upgrade to support Pendulum v3.
Cheers!