Simple Python 3 library to download, parse and query iCal sources.
Go to file
Martin Eigenmann c368ad8ec4
Merge pull request #92 from tresni/missing-status
Finalize support for STATUS/URL
2021-11-07 18:02:52 +01:00
.github/workflows Push on tag, not just on release. 2021-10-21 15:59:31 +02:00
docs
icalevents Merge pull request #92 from tresni/missing-status 2021-11-07 18:02:52 +01:00
test Merge pull request #92 from tresni/missing-status 2021-11-07 18:02:52 +01:00
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2021-11-01 17:10:07 +00:00
.travis.yml
CODE_OF_CONDUCT.md Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-10-21 14:38:19 +00:00
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
main.py
poetry.lock
pyproject.toml
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!