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
2011-08-18 01:57:17 +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
2017-06-19 17:46:34 +00:00
:Dependencies: `python-dateutil`_ and `pytz`_.
2017-10-22 21:07:19 +00:00
:Compatible with: Python 2.7 and 3.4+
2017-06-19 17:46:34 +00:00
:License: `BSD`_
2011-08-18 01:57:17 +00:00
----
2011-08-17 21:40:23 +00:00
2012-08-23 11:45:16 +00:00
2014-06-03 15:49:09 +00:00
.. image :: https://travis-ci.org/collective/icalendar.svg?branch=master
:target: https://travis-ci.org/collective/icalendar
2018-04-26 13:16:27 +00:00
.. _`icalendar`: https://pypi.org/project/icalendar/
2017-11-08 13:00:36 +00:00
.. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt
2017-01-24 01:59:01 +00:00
.. _`python-dateutil`: https://github.com/dateutil/dateutil/
2018-04-26 13:16:27 +00:00
.. _`pytz`: https://pypi.org/project/pytz/
2012-02-27 09:22:43 +00:00
.. _`BSD`: https://github.com/collective/icalendar/issues/2
2018-01-29 19:09:22 +00:00
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.