Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang 7df46d63f9
added jazzband tag
2021-09-07 18:49:37 +02:00
icalevents Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
source
test Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
.coveragerc
.gitignore
.travis.yml Update .travis.yml 2019-08-20 08:09:33 +02:00
LICENSE
MANIFEST.in
Makefile
README.md added jazzband tag 2021-09-07 18:49:37 +02:00
main.py Reformated & fix typo 2020-11-10 22:41:09 +05:30
make.bat
requirements.txt Add 'python-dateutil' to requirements, for specifiying minimum required version 2018-11-26 14:47:26 +02:00
setup.cfg
setup.py Update setup.py 2020-03-12 20:30:28 +01:00
test.py

README.md

iCalEvents

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

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