Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang ce0581e2db
Update setup.py
2020-03-12 20:30:28 +01:00
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

Build Status

https://travis-ci.org/irgangla/icalevents

codecov

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>)