Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
Rok Garbas eb43379c45 Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
docs Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
src
.gitignore Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
CHANGES.txt
CREDITS.txt
HISTORY.txt
INSTALL.txt
MANIFEST.in Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
README.rst Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
TODO.txt
__init__.py
setup.py Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
tox.ini

README.rst

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

The `icalendar`_ package is a parser/generator of iCalendar files for use
with Python.

----

    :Code: http://github.com/collective/icalendar
    :Mailing list: http://github.com/collective/icalendar/issues
    :Dependencies: There are no other dependencies.
    :Tested with: Python 2.4 - 2.7
    :License: ???

----


About this fork which is not a fork anymore
===========================================

Aim of this fork was to bring this package up to date with latest icalendar
`RFC`_ specification as part of `plone.app.event`_ project which goal is to
bring recurrent evens to `Plone`_.

After some thoughts we (Plone developers involved with `plone.app.event`_) send
a suggestion to icalendar-dev@codespeak.net to take owner the maintanancea.


.. _`icalendar`: http://pypi.python.org/pypi/icalendar
.. _`plone.app.event`: http://github.com/collective/plone.app.event
.. _`Plone`: http://plone.org
.. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt