Metadata-Version: 1.1
Name: icemac.ab.calendar
Version: 1.6.0
Summary: Calendar feature for icemac.addressbook
Home-page: https://bitbucket.org/icemac/icemac.ab.calendar
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Download-URL: http://pypi.python.org/pypi/icemac.ab.calendar
Description: This package provides a calendar feature for `icemac.addressbook`_.
        
        .. _`icemac.addressbook` : http://pypi.python.org/pypi/icemac.addressbook
        
        .. contents::
        
        =========
         Hacking
        =========
        
        Source code
        ===========
        
        Get the source code::
        
           $ hg clone https://bitbucket.org/icemac/icemac.ab.calendar
        
        or fork me on: https://bitbucket.org/icemac/icemac.ab.calendar
        
        Running the tests
        =================
        
        .. Currently the tests on Travis-CI are not run:
        .. .. image:: https://secure.travis-ci.org/icemac/icemac.ab.calendar.png
        ..    :target: https://travis-ci.org/icemac/icemac.ab.calendar
        
        To run the tests yourself call::
        
          $ python2.7 bootstrap.py
          $ bin/buildout -n
          $ bin/py.test
        
        
        ===========
         Changelog
        ===========
        
        1.6.0 (2014-12-16)
        ==================
        
        - Add new recurrences for recurring events:
        
          * biweekly,
          * nth weekday of month,
          * nth weekday every other month
          * nth weekday from end of month
          * nth weekday from end of other month
          * yearly
        
        - Display actual recurrences in recurrence event listing in master data.
        
        - If there are two reccurred events matching in date, time and category only
          the one is rendered thats recurring event occurres more seldomly.
        
        - Day numbers are now add-links to create a new event for the day.
        
        
        1.5.0 (2014-07-01)
        ==================
        
        Features
        --------
        
        - Add concept of recurring events, see master data of calendar to configure them.
        
        Bug fixes
        ---------
        
        - The calendar tab in the main menu is now highlighted when the calendar, an
          event or calendar masterdata is displayed.
        
        - Events are displayed on the correct local day (according to chosen time
          zone) even if it is another one than the one in UTC.
        
        Other
        -----
        
        - Adapt tests and code to changes in `icemac.addressbook 2.5`.
        
        - Add py.test to run the tests.
        
        
        1.4.0 (2014-03-07)
        ==================
        
        - Color the current day on the calendar.
        
        Older versions
        ==============
        
        See OLD_CHANGES.rst inside the package.
        
Keywords: icemac addressbook calendar event recurring
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
