bookser / RadicaleInfCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfCloud for Radicale

Integrate InfCloud into Radicale's web interface.

InfCloud allows you to to manage appointments, tasks and contacts in the browser.

Bug: At least one calendar (appointments + tasks) and one addressbook must exist for InfCloud to work properly. Otherwise the "Refresh" button is broken.

Installation

$ python3 -m pip install --upgrade git+https://github.com/Unrud/RadicaleInfCloud

Configuration

Set the configuration option type in the web section to radicale_infcloud. The value of infcloud_config is appended to InfCloud's config.js.

[web]
type = radicale_infcloud
# Optional InfCloud configuration
infcloud_config = globalInterfaceLanguage='de_DE';
                  globalTimeZone='Europe/Berlin';

License

AGPL-3.0 because InfCloud is included.

GPL-3.0 for radicale_infcloud/__init__.py

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 93.4%Language:CSS 3.3%Language:HTML 2.9%Language:PHP 0.3%Language:Python 0.1%Language:Shell 0.0%