blob: 2dac6c2b0329f53c51db491c1ab8669f319b5b9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Web interface for Radicale
Create, edit and delete calendars and addressbooks via a simple web interface.
The package also includes [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) which allows you to manage appointments, tasks and contacts in the browser.
## Installation
pip3 install --upgrade git+https://github.com/Unrud/RadicaleWeb
The official version of [Radicale](https://github.com/Kozea/Radicale/) doesn't support this package (yet) and is missing a WebDAV features that is required by InfCloud.
I created a fork of Radicale which includes all necessary pull requests:
pip3 install --upgrade git+https://github.com/Unrud/Radicale
|