Simple Python 3 library to download, parse and query iCal sources.
Go to file
dlichtistw 3610b14ee4 Test recurring
Additional iCal file and test aimed at recurring events with exdate.
2018-09-23 20:55:10 +02:00
icalevents Test recurring 2018-09-23 20:55:10 +02:00
source Sphinx docs added 2017-07-19 17:12:50 +02:00
test Test recurring 2018-09-23 20:55:10 +02:00
.coveragerc
.gitignore remove autogenerated build directory 2018-09-16 18:16:39 +02:00
.travis.yml skip clean added 2018-09-13 08:04:55 +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
setup.cfg
setup.py v0.1.10 2018-09-18 07:40:29 +02: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>)