diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-03-12 19:12:49 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-03-12 19:12:49 -0400 |
| commit | a699afd59af1436a50575f74fd4415f08f898011 (patch) | |
| tree | 2de346a470ff79c44edd273bb2781be292bdec30 /.config/vdirsyncer | |
| download | dotfiles-a699afd59af1436a50575f74fd4415f08f898011.tar.gz | |
config: Add configs for some top-used programs
Diffstat (limited to '.config/vdirsyncer')
| -rw-r--r-- | .config/vdirsyncer/config | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 0000000..5e0e4f3 --- /dev/null +++ b/.config/vdirsyncer/config @@ -0,0 +1,37 @@ +[general] +status_path = "~/.local/share/vdirsyncer/status/" + +#[pair my_calendars] +#a = "my_calendars_local" +#b = "my_calendars_remote" +#collections = ["from a", "from b"] +#metadata = ["color"] +# +#[storage my_calendars_local] +#type = "filesystem" +#path = "~/.local/share/calendars/" +#fileext = ".ics" +# +#[storage my_calendars_remote] +#type = "caldav" +# +#url = "https://cloud.zachdecook.com/remote.php/caldav/" +#username = "zach" +#password.fetch = ["prompt", "Password for CalDAV"] + +[pair my_contacts] +a = "my_contacts_local" +b = "my_contacts_remote" +collections = ["from a", "from b"] + +[storage my_contacts_local] +type = "filesystem" +path = "~/.local/share/contacts/" +fileext = ".vcf" + +[storage my_contacts_remote] +type = "carddav" + +url = "https://cloud.zachdecook.com/remote.php/carddav/" +username = "zach" +password.fetch = ["prompt", "Password for CalDAV"] |
