Skip to main content

Radicale Remind, Abook and Taskwarrior storage backend

Project description

Radicale storage backends for Remind, Abook and Taskwarrior.

Dependencies

Installation

You need to have the Remind and Taskwarrior command line tools installed. For Debian/Ubuntu use:

$ sudo apt-get install remind task

Using pip

$ pip install radicale-remind

This will install all Python dependencies as well.

Using python-setuptools

$ python setup.py install

Config

[server]
hosts = 0.0.0.0:5232
ssl = True
certificate = /path/to/certificate.crt
key = /path/to/privateKey.key

[auth]
type = htpasswd
htpasswd_filename = /path/to/users
htpasswd_encryption = sha1

[storage]
type = radicale_remind
filesystem_folder = /home
remind_file = /path/to/.reminders
remind_timezone = Europe/Berlin
abook_file = /path/to/.abook/addressbook
task_folder = /path/to/.task

[web]
type = none

Put this into ~/.config/radicale/config. The remind_file, abook_file and task_folder are optional, and can be left out if not used. Also have a look at the Radicale documentation.

Run

$ radicale

Add hostname:5232 to your CalDAV clients, like DAVdroid available in F-Droid.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radicale-remind-0.2.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

radicale_remind-0.2.2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page