icemac.ab.calexport

Calendar export feature for icemac.ab.calendar


Keywords
icemac, addressbook, calendar, export, html
License
MIT
Install
pip install icemac.ab.calexport==1.10

Documentation

This package provides a calendar HTML export feature for icemac.ab.calendar.

Caution: This package might not be as customizable as needed for a general HTML calendar export.

Copyright (c) 2015-2018 Michael Howitz

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

Hacking

Source code

Get the source code:

$ hg clone https://bitbucket.org/icemac/icemac.ab.calexport

or fork me on: https://bitbucket.org/icemac/icemac.ab.calexport

Running the tests

To run the tests yourself call:

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