Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang ae6a211707
v0.1.8
Merge pull request #26 from dlichtistw/Fix-EXDATE
2018-09-17 06:39:29 +02:00
build
icalevents Strip exception dates 2018-09-16 22:37:23 +02:00
source
test Fix unittest 2018-09-12 19:58:48 +02:00
.coveragerc
.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
Makefile
README.md
main.py
make.bat
requirements.txt
setup.cfg
setup.py v0.1.8 2018-09-17 06:39:29 +02:00
test.py

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