Internet Calendaring and Scheduling (iCalendar) for Python
 
 
Go to file
George V. Reilly 33ab1b01ff Generate VEVENTs in canonical order.
The default sorted order was extremely irritating:
DTEND before DTSTART, etc.
Now the important properties are listed first:
        'SUMMARY', 'DTSTART', 'DTEND', 'DURATION', 'DTSTAMP',
        'UID', 'RECURRENCE-ID', 'SEQUENCE',
        'RRULE' 'EXRULE', 'RDATE', 'EXDATE',

Also, fixed spelling of RECURRENCE-ID and LAST-MODIFIED.
2011-12-21 19:38:40 -08:00
docs update documentation a bit 2011-09-02 12:55:12 +02:00
src Generate VEVENTs in canonical order. 2011-12-21 19:38:40 -08:00
.gitignore Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
MANIFEST.in Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
README.rst making sure first page on pypi renders nicely. 2011-08-24 23:59:43 +02:00
TODO.txt Update a little. 2005-04-08 14:31:29 +00:00
__init__.py Easy way to install this into Zope, as a Zope product. This will make 2005-04-04 16:50:12 +00:00
setup.py easy_install was failing because of typo in url ... FIXES #8 2011-08-30 09:40:55 +02:00
tox.ini generating xml reports 2011-08-18 04:16:28 +02:00

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 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
.. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt