Metadata-Version: 2.1
Name: icemac.ab.calendar
Version: 3.6.1
Summary: Calendar feature for icemac.addressbook
Home-page: https://github.com/icemac/icemac.ab.calendar
Author: Michael Howitz
Author-email: icemac@gmx.net
License: MIT
Download-URL: https://pypi.org/project/icemac.ab.calendar
Keywords: icemac addressbook calendar event recurring
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: Pyphen
Requires-Dist: gocept.month (>=1.2)
Requires-Dist: grokcore.annotation
Requires-Dist: grokcore.component (>=2.5.1.dev1)
Requires-Dist: icemac.ab.locales (>=2.16)
Requires-Dist: icemac.addressbook (>=9.4.dev0)
Requires-Dist: icemac.recurrence (>=1.3.1.dev0)
Requires-Dist: js.classy
Requires-Dist: js.bootstrap4
Requires-Dist: setuptools
Requires-Dist: z3c.form (>=3.3)
Requires-Dist: zope.cachedescriptors
Requires-Dist: zope.securitypolicy (>=4.1)
Provides-Extra: test
Requires-Dist: gocept.testing ; extra == 'test'
Requires-Dist: icemac.addressbook[test] ; extra == 'test'
Requires-Dist: zope.testing (>=3.8.0) ; extra == 'test'

.. image:: https://travis-ci.com/icemac/icemac.ab.calendar.svg?branch=master
   :target: https://travis-ci.com/icemac/icemac.ab.calendar

.. image:: https://coveralls.io/repos/github/icemac/icemac.ab.calendar/badge.svg
   :target: https://coveralls.io/github/icemac/icemac.ab.calendar

.. image:: https://img.shields.io/pypi/v/icemac.ab.calendar.svg
   :target: https://pypi.python.org/pypi/icemac.ab.calendar/
   :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/icemac.ab.calendar.svg
   :target: https://pypi.org/project/icemac.ab.calendar/
   :alt: Supported Python versions

This package provides a calendar feature for `icemac.addressbook`_.

.. _`icemac.addressbook` : https://pypi.org/project/icemac.addressbook/

Copyright (c) 2010-2020 Michael Howitz

This package is licensed under the MIT License, see LICENSE.txt inside the
package.

.. contents::

=========
 Hacking
=========

Source code
===========

Get the source code::

   $ git clone https://github.com/icemac/icemac.ab.calendar

or fork me at: https://github.com/icemac/icemac.ab.calendar

Running the tests
=================

To run the tests yourself call::

  $ virtualenv-2.7 .
  $ bin/pip install zc.buildout
  $ bin/buildout -n
  $ bin/py.test


===========
 Changelog
===========

3.6.1 (2020-04-21)
==================

- Fix list feature added in 3.6 so texts get translated.


3.6 (2020-04-13)
================

- Listen the number of events per year in master data, so the admin can see if
  the calendar is used at all.


3.5.1 (2020-03-26)
==================

- Allow to select up to 10 years into past instead of 5.


3.5 (2020-03-24)
================

- Prevent dates before 1900 from being entered as they cannot be rendered
  afterwards.

- Move source code repository to
  https://github.com/icemac/icemac.ab.calendar.


3.4 (2019-12-30)
================

- On mobile devices:

    + fix rendering of the calendar by replacing the tabular rendering by a
      vertical one like the print version.

    + replace secondary horizontal menu with a vertical one hidden behind a
      burger icon.


Older versions
==============

See `OLD_CHANGES.rst`_.

.. _`OLD_CHANGES.rst` : https://github.com/icemac/icemac.ab.calendar/blob/master/OLD_CHANGES.rst


