Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang acec3dd71c
v0.1.19
added support for default_span adjustment and additional event components #44 by tahouse
2019-02-07 16:54:31 +01:00
icalevents added support for default_span adjustment and additional event component 2019-02-06 14:19:52 -08:00
source
test fixed test data for organizer 2019-02-06 23:27:05 -08:00
.coveragerc
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
main.py
make.bat
requirements.txt Add 'python-dateutil' to requirements, for specifiying minimum required version 2018-11-26 14:47:26 +02:00
setup.cfg
setup.py v0.1.19 2019-02-07 16:54:31 +01: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>)