Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
Johannes Raggam f5632be462 Add missing chagelog entry for last commit. 2021-10-15 15:03:26 +02:00
docs replace substrings of type byte instead of string 2021-10-15 14:58:06 +02:00
src/icalendar Preserve duration sign when calling to_ical 2021-10-15 15:00:10 +02:00
.gitignore
.readthedocs.yml Add a RTD config file 2019-05-14 09:59:19 -07:00
CHANGES.rst Add missing chagelog entry for last commit. 2021-10-15 15:03:26 +02:00
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
requirements_docs.txt
setup.cfg check-manifest 2020-03-21 01:55:15 +01:00
setup.py Added Python 3.9 and 3.10 2021-10-05 19:13:56 +05:30
tox.ini Added python 3.9 and 3.10 2021-10-05 19:15:25 +05:30

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.