Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang fa8db407c4
Create CONTRIBUTING.md
added contributing.md, as required by https://jazzband.co/about/guidelines
2021-09-07 18:51:28 +02:00
icalevents Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
source Sphinx docs added 2017-07-19 17:12:50 +02:00
test Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
.coveragerc ignore tests for coverage 2017-07-19 15:40:57 +02:00
.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
CONTRIBUTING.md Create CONTRIBUTING.md 2021-09-07 18:51:28 +02:00
LICENSE Create LICENSE 2017-07-19 10:13:44 +02:00
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 fix formatting 2021-09-07 18:49:58 +02:00
main.py Reformated & fix typo 2020-11-10 22:41:09 +05:30
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 PyPi stuff added. 2017-07-19 16:31:38 +02:00
setup.py Update setup.py 2020-03-12 20:30:28 +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.

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