kopia lustrzana https://github.com/collective/icalendar
49 wiersze
803 B
ReStructuredText
49 wiersze
803 B
ReStructuredText
.. include:: ../README.rst
|
|
|
|
|
|
.. _about-icalendar:
|
|
|
|
About
|
|
=====
|
|
|
|
`Max M`_ had often needed to parse and generate iCalendar files. Finally, he got
|
|
tired of writing ad-hoc tools. This package is his attempt at making an
|
|
iCalendar package for Python. The inspiration has come from the email package
|
|
in the standard lib, which he thinks is pretty simple, yet efficient and
|
|
powerful.
|
|
|
|
The ``icalendar`` package is an :rfc:`5545` compatible parser/generator for iCalendar files.
|
|
|
|
.. _`Max M`: http://www.mxm.dk
|
|
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:caption: API Reference
|
|
|
|
reference/icalendar
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
usage
|
|
cli
|
|
maintenance
|
|
license
|
|
changelog
|
|
|
|
|
|
.. toctree::
|
|
:caption: Contribute
|
|
|
|
contribute/index
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
security
|