kopia lustrzana https://github.com/jazzband/icalevents
744 B
744 B
iCalEvents
Simple Python 3 library to download, parse and query iCal sources.
Build info
https://travis-ci.org/irgangla/icalevents
https://codecov.io/gh/irgangla/icalevents
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>)