Calendar feature for icemac.addressbook
Project description
This package provides a calendar feature for icemac.addressbook.
Copyright (c) 2010-2016 Michael Howitz
All Rights Reserved.
This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED “AS IS” AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
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
To run the tests yourself call:
$ python2.7 bootstrap.py $ bin/buildout -n $ bin/py.test
Changelog
1.9 (2016-06-25)
Allow to restrict which persons are listed in the person list on the event using: Master Data > Calendar > Settings > Person keyword.
1.8 (2016-04-16)
Bugfixes
Fix a bug with daylight saving time adding one hour to each event during DST.
Normalize non-recurring events to UTC to fix possibly wrong local time zone values. Caution: Some events could not be fixed because they already have a wrong time with the UTC time zone. But only some of the events with a UTC time zone seem to have this offset. These ones have to be fixed by hand. Sorry for the inconvenience.
Listing of recurring events in calendar master data no longer displays a time for whole-day events.
Features
Add a special style sheet for printing to render the calendar as a list on paper. (Works in Safari, Firefox, Google Chrome and Internet Explorer >= 10.x)
1.7.1 (2016-03-12)
Bugfix: Since 1.7.0 locally defined calendar users no longer where able to edit events.
1.7.0 (2016-03-05)
Features
Add new daily recurrence for recurring events.
Add end date to recurring events.
Newlines in the nodes field now lead to new items in the calendar view for each line.
Allow events to take place the whole day.
Bugfixes
Selecting a user defined field for display in calendar view resulted in an error when displaying recurred events.
Other
No longer use unittest2 as it was included in Python 2.7.
Lint JS code.
Use py.test as new test runner.
Use package icemac.recurrence which was extracted for reuse from here.
Older versions
See OLD_CHANGES.rst inside the package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.