Simple Python 3 library to download, parse and query iCal sources.
https://travis-ci.org/irgangla/icalevents
https://codecov.io/gh/irgangla/icalevents
from icalevents.icalevents import events
es = events(<iCloud URL>, fix_apple=True)
from icalevents.icalevents import events
es = events(<Google Calendar URL>)