icalendar/README.rst

37 wiersze
1.5 KiB
ReStructuredText
Czysty Zwykły widok Historia

2011-08-17 21:40:23 +00:00
==========================================================
Internet Calendaring and Scheduling (iCalendar) for Python
==========================================================
2017-11-08 13:00:36 +00:00
The `icalendar`_ package is a `RFC 5545`_ compatible parser/generator for iCalendar
files.
2011-08-17 21:40:23 +00:00
----
2017-06-25 02:54:04 +00:00
: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`_
----
2011-08-17 21:40:23 +00:00
.. image:: https://travis-ci.org/collective/icalendar.svg?branch=master
:target: https://travis-ci.org/collective/icalendar
.. _`icalendar`: https://pypi.org/project/icalendar/
2017-11-08 13:00:36 +00:00
.. _`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.
* `recurring-ical-events <https://pypi.org/project/recurring-ical-events/>`_. Library to query an ``ICalendar`` object for events happening at a certain date or within a certain time.
* `x-wr-timezone <https://pypi.org/project/x-wr-timezone/>`_. Library to make ``ICalendar`` objects and files using the non-standard ``X-WR-TIMEZONE`` comlpliant with the standard (RFC 5545).