Simple Python 3 library to download, parse and query iCal sources.
https://icalevents.readthedocs.io/en/latest/
from icalevents.icalevents import events
es  = events(<iCloud URL>, fix_apple=True)from icalevents.icalevents import events
es  = events(<Google Calendar URL>)You will need poetry and pre-commit installed and than run.
pre-commit installHappy contributing!