Simple Python 3 library to download, parse and query iCal sources.
Go to file
Martin Eigenmann 5f51f18968
feat: add black, flake config and pre-commit
2021-10-11 09:49:29 +02:00
.github/workflows feat: add black, flake config and pre-commit 2021-10-11 09:49:29 +02:00
docs add example 2021-09-08 22:43:18 +02:00
icalevents Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
test update repo url 2021-09-07 19:53:20 +02:00
.coveragerc feat: configure coverate 2021-10-11 08:37:04 +02:00
.flake8 feat: add black, flake config and pre-commit 2021-10-11 09:49:29 +02:00
.gitignore feat: configure coverate 2021-10-11 08:37:04 +02:00
.pre-commit-config.yaml feat: add black, flake config and pre-commit 2021-10-11 09:49:29 +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
MANIFEST.in
README.md add build status for master branch 2021-09-10 20:00:23 +02:00
main.py Reformated & fix typo 2020-11-10 22:41:09 +05:30
requirements.txt
setup.cfg
setup.py update repo url 2021-09-07 19:52:16 +02:00
test.py

README.md

iCalEvents

Simple Python 3 library to download, parse and query iCal sources.

Jazzband

Build info

last push: run pytest

master: Run pytest

Documentation

https://icalevents.readthedocs.io/en/latest/

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