diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 00000000..14d7bfce --- /dev/null +++ b/.config/vdirsyncer/config @@ -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 = + + diff --git a/common/configure_fresh_system b/common/configure_fresh_system index cece3dde..3c618703 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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" ~/