Skip to content

Python module for iCal URL/file parsing and querying.

License

Notifications You must be signed in to change notification settings

AndCycle/icalevents

This branch is 137 commits behind jazzband/icalevents:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2021
Oct 11, 2021
Nov 7, 2021
Nov 7, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Nov 1, 2021
Aug 20, 2019
Oct 21, 2021
Sep 7, 2021
Jul 19, 2017
Jul 19, 2017
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 17, 2021
Jul 19, 2017
Oct 17, 2021
Sep 16, 2018

Repository files navigation

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!

About

Python module for iCal URL/file parsing and querying.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%