Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang 3c377abd66
v0.1.24
Support SEQUENCE in ical events
2020-01-18 09:09:38 +01:00
icalevents Support SEQUENCE in ical events 2019-12-13 16:55:00 +01:00
source Sphinx docs added 2017-07-19 17:12:50 +02:00
test Merge branch 'master' into none-returned-as-string 2019-08-20 08:03:49 +02:00
.coveragerc
.gitignore remove autogenerated build directory 2018-09-16 18:16:39 +02:00
.travis.yml Update .travis.yml 2019-08-20 08:09:33 +02:00
LICENSE
MANIFEST.in
Makefile Sphinx docs added 2017-07-19 17:12:50 +02:00
README.md
main.py threads/async requests support added 2017-07-20 08:28:05 +02:00
make.bat Sphinx docs added 2017-07-19 17:12:50 +02:00
requirements.txt Add 'python-dateutil' to requirements, for specifiying minimum required version 2018-11-26 14:47:26 +02:00
setup.cfg
setup.py v0.1.24 2020-01-18 09:09:38 +01:00
test.py feat: add support for MONTHLY events with BYDAY clause 2018-09-16 18:16:39 +02:00

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