Simple Python 3 library to download, parse and query iCal sources.
Go to file
Markus Brenneis fd85ac746e Add created and last_modified event attributes 2019-08-17 14:05:49 +02:00
icalevents Add created and last_modified event attributes 2019-08-17 14:05:49 +02:00
source Sphinx docs added 2017-07-19 17:12:50 +02:00
test Add created and last_modified event attributes 2019-08-17 14:05:49 +02: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 skip clean added 2018-09-13 08:04:55 +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 Readme updated 2017-07-19 14:43:33 +02:00
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 PyPi stuff added. 2017-07-19 16:31:38 +02:00
setup.py Merge pull request #55 from infanf/master 2019-07-18 14:09:27 +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>)