Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
Rok Garbas f469e86549 relicensing which was discussed and fixes #2 2012-02-27 10:22:43 +01:00
docs prepare release 2012-02-24 15:52:14 +01:00
src/icalendar
.gitignore
MANIFEST.in
README.rst relicensing which was discussed and fixes #2 2012-02-27 10:22:43 +01:00
TODO.txt
__init__.py
setup.py relicensing which was discussed and fixes #2 2012-02-27 10:22:43 +01: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: Since version 3.0 we depend on `pytz`_. There are no
        dependencies.
    :Tested with: Python 2.4 - 2.7
    :License: `BSD`_

----


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

Aim of this fork (not fork anymore, read further) 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 over mainaining of
`icalendar`_. Nobody object and since version 2.2 we are back to development.


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