kopia lustrzana https://github.com/jazzband/icalevents
a454ffd825
Synchronize with upstream |
||
---|---|---|
icalevents | ||
source | ||
test | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
main.py | ||
make.bat | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test.py |
README.md
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>)