Simple Python 3 library to download, parse and query iCal sources.
Go to file
Thomas Irgang f7caa0a5b8
add example
2021-09-08 22:43:18 +02:00
.github/workflows rename action to "run pytest" 2021-09-08 22:34:07 +02:00
docs add example 2021-09-08 22:43:18 +02:00
icalevents
test update repo url 2021-09-07 19:53:20 +02:00
.coveragerc
.gitignore add new Sphinx docs 2021-09-08 22:07:12 +02:00
.travis.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md add Github Action badge 2021-09-08 22:38:20 +02:00
main.py
requirements.txt
setup.cfg
setup.py
test.py

README.md

iCalEvents

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

Jazzband

Build info

run pytest

See Github Action run pytest

codecov

https://codecov.io/gh/irgangla/icalevents

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