icalevents/README.md

450 B

iCalEvents

Simple Python 3 library to download, parse and query iCal sources.

Build info

Build Status

Usage

iCloud:


from icalevents.icalevents import events

es  = events(<iCloud URL>, fix_apple=True)

Google:


from icalevents.icalevents import events

es  = events(<Google Calendar URL>)