Simple Python 3 library to download, parse and query iCal sources.
Go to file
dlichtistw 9803b5007d Strip exception dates
Don't fail for single exception dates.
2018-09-16 22:37:23 +02:00
build Sphinx docs added 2017-07-19 17:12:50 +02:00
icalevents Strip exception dates 2018-09-16 22:37:23 +02:00
source Sphinx docs added 2017-07-19 17:12:50 +02:00
test Fix unittest 2018-09-12 19:58:48 +02:00
.coveragerc ignore tests for coverage 2017-07-19 15:40:57 +02:00
.gitignore Description on recurring events 2018-09-12 06:53:27 +02:00
.travis.yml skip clean added 2018-09-13 08:04:55 +02:00
LICENSE
MANIFEST.in PyPi stuff added. 2017-07-19 16:31:38 +02:00
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 codecov added 2017-07-19 15:32:02 +02:00
setup.cfg PyPi stuff added. 2017-07-19 16:31:38 +02:00
setup.py v0.1.7 2018-09-13 07:54:54 +02:00
test.py test module for icalevents added 2017-07-20 09:04:05 +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>)