Simple Python 3 library to download, parse and query iCal sources.
https://icalevents.readthedocs.io/en/latest/
fromicalevents.icaleventsimporteventses=events(<iCloudURL>, fix_apple=True)fromicalevents.icaleventsimporteventses=events(<GoogleCalendarURL>)You will need poetry and pre-commit installed and than run.
pre-commit installHappy contributing!