Simple Python 3 library to download, parse and query iCal sources.
Go to file
Eliza Wilson 2913af04c2 Fixed pyproject syntax, updated dependencies 2022-09-19 14:37:40 -05:00
.github/workflows
docs
icalevents
test
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
main.py
poetry.lock Fixed pyproject syntax, updated dependencies 2022-09-19 14:37:40 -05:00
pyproject.toml Fixed pyproject syntax, updated dependencies 2022-09-19 14:37:40 -05:00
setup.cfg
setup.py
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>)

Contributing

You will need poetry and pre-commit installed and than run.

pre-commit install

Happy contributing!