vdirsyncer added
This commit is contained in:
parent
d2bd7c6a76
commit
633ab2d746
2 changed files with 30 additions and 0 deletions
28
.config/vdirsyncer/config
Normal file
28
.config/vdirsyncer/config
Normal 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 =
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,8 @@ mkdir -p ~/.config/autostart/
|
||||||
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
|
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
|
||||||
mkdir -p ~/.config/todoman/
|
mkdir -p ~/.config/todoman/
|
||||||
ln -vfs "$DIR/.config/todoman/todoman.conf" ~/.config/todoman/
|
ln -vfs "$DIR/.config/todoman/todoman.conf" ~/.config/todoman/
|
||||||
|
mkdir -p ~/.config/vdirsyncer/
|
||||||
|
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
ln -vfs "$DIR/tools" ~/
|
ln -vfs "$DIR/tools" ~/
|
||||||
|
|
Loading…
Reference in a new issue