vdirsyncer added

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-07-04 12:12:53 +02:00
parent d2bd7c6a76
commit 633ab2d746
2 changed files with 30 additions and 0 deletions

28
.config/vdirsyncer/config Normal file
View File

@ -0,0 +1,28 @@
# An example configuration for vdirsyncer.
# Optional parameters are commented out.
# This file doesn't document all available parameters, see
# http://vdirsyncer.readthedocs.org/ for the rest of them.
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = ~/.vdirsyncer/status/
[pair calendar]
a = calendar_local
b = calendar_remote
collections = ["from b"]
#conflict_resolution = null
[storage calendar_local]
type = filesystem
path = ~/.calendars/
fileext = .ics
[storage calendar_remote]
type = caldav
url = https://pim.cyplo.net/cal.php/calendars/cyryl/
username = cyryl
#password =

View File

@ -32,6 +32,8 @@ mkdir -p ~/.config/autostart/
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
mkdir -p ~/.config/todoman/
ln -vfs "$DIR/.config/todoman/todoman.conf" ~/.config/todoman/
mkdir -p ~/.config/vdirsyncer/
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
# tools
ln -vfs "$DIR/tools" ~/