# iCalEvents Simple Python 3 library to download, parse and query iCal sources. ## Build info [![Build Status](https://travis-ci.org/irgangla/icalevents.svg?branch=master)](https://travis-ci.org/irgangla/icalevents) ## Usage ### iCloud: ```python from icalevents.icalevents import events es = events(, fix_apple=True) ``` ### Google: ```python from icalevents.icalevents import events es = events() ```