Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
Maurits van Rees 3d38ca7819
Preparing release 4.0.6
[ci skip]
2020-05-06 23:01:19 +02:00
docs
src/icalendar Preparing release 4.0.6 2020-05-06 23:01:19 +02:00
.gitignore
.readthedocs.yml
.travis.yml Add test runs on Python 3.7 and 3.8. 2020-04-22 22:58:20 +02:00
CHANGES.rst Preparing release 4.0.6 2020-05-06 23:01:19 +02:00
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
requirements_docs.txt
setup.cfg
setup.py Add test runs on Python 3.7 and 3.8. 2020-04-22 22:58:20 +02:00
tox.ini Add test runs on Python 3.7 and 3.8. 2020-04-22 22:58:20 +02:00

README.rst

==========================================================
Internet Calendaring and Scheduling (iCalendar) for Python
==========================================================

The `icalendar`_ package is a `RFC 5545`_ compatible parser/generator for iCalendar
files.

----

:Homepage: https://icalendar.readthedocs.io
:Code: https://github.com/collective/icalendar
:Mailing list: https://github.com/collective/icalendar/issues
:Dependencies: `python-dateutil`_ and `pytz`_.
:Compatible with: Python 2.7 and 3.4+
:License: `BSD`_

----


.. image:: https://travis-ci.org/collective/icalendar.svg?branch=master
    :target: https://travis-ci.org/collective/icalendar


.. _`icalendar`: https://pypi.org/project/icalendar/
.. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt
.. _`python-dateutil`: https://github.com/dateutil/dateutil/
.. _`pytz`: https://pypi.org/project/pytz/
.. _`BSD`: https://github.com/collective/icalendar/issues/2


Related projects
================

* `icalevents <https://github.com/irgangla/icalevents>`_. It is built on top of icalendar and allows you to query iCal files and get the events happening on specific dates. It manages recurrent events as well.