12345678910111213141516171819202122 |
- [general]
- status_path = "~/.local/share/vdirsyncer/status/"
- # CALDAV
- [pair marvin]
- a = "marvin_local"
- b = "marvin_remote"
- collections = ["from a", "from b"]
- metadata = ["displayname", "color"]
- [storage marvin_local]
- type = "filesystem"
- path = "~/.calendars/"
- fileext = ".ics"
- [storage marvin_remote]
- type = "caldav"
- url = "https://cloud.disroot.org/remote.php/dav/"
- username = "marvin"
- password.fetch = ["command", "~/.config/vdirsyncer/getpass.sh"]
|