Simple Python 3 library to download, parse and query iCal sources.
Simple Python 3 library to download, parse and query iCal sources.
last push:
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 install
Happy contributing!