1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
---
myst:
html_meta:
"description lang=en": |
Documentation of the recurring-ical-events library for Python.
---
# Python recurring ICal events
```{eval-rst}
.. image:: https://github.com/niccokunzmann/python-recurring-ical-events/actions/workflows/tests.yml/badge.svg
:target: https://github.com/niccokunzmann/python-recurring-ical-events/actions/workflows/tests.yml
:alt: GitHub CI build and test status
.. image:: https://badge.fury.io/py/recurring-ical-events.svg
:target: https://pypi.python.org/pypi/recurring-ical-events
:alt: Python Package Version on Pypi
.. image:: https://img.shields.io/pypi/dm/recurring-ical-events.svg
:target: https://pypi.org/project/recurring-ical-events/#files
:alt: Downloads from Pypi
.. image:: https://img.shields.io/opencollective/all/open-web-calendar?label=support%20on%20open%20collective
:target: https://opencollective.com/open-web-calendar/
:alt: Support on Open Collective
.. image:: https://img.shields.io/github/issues/niccokunzmann/python-recurring-ical-events?logo=github&label=issues%20seek%20funding&color=%230062ff
:target: https://polar.sh/niccokunzmann/python-recurring-ical-events
:alt: issues seek funding
```
Query [ICS calendars](https://icalendar.readthedocs.io) for occurrences of events, todos, journal entries and alarms.
ICal has some complexity to it:
Events, TODOs, Journal entries and Alarms can be repeated, removed from the feed and edited later on.
This tool takes care of these complexities.
Let's put our expertise together and build the solution solves ICalendar scheduling for Python!
## User Guide
Information about usage.
```{toctree}
:maxdepth: 2
user-guide/index
user-guide/examples
```
## Community
Information about contributing.
```{toctree}
:maxdepth: 2
community/index
community/media
community/maintenance
```
```{toctree}
:maxdepth: 1
security_policy
```
## Reference
This is reference material for information.
```{toctree}
:maxdepth: 2
reference/api
reference/architecture
reference/compatibility
reference/dependencies
reference/documentation
reference/related-projects
reference/research
```
```{toctree}
:maxdepth: 1
changelog
reference/license
```
|