config 454 B

12345678910111213141516171819202122
  1. [general]
  2. status_path = "~/.local/share/vdirsyncer/status/"
  3. # CALDAV
  4. [pair marvin]
  5. a = "marvin_local"
  6. b = "marvin_remote"
  7. collections = ["from a", "from b"]
  8. metadata = ["displayname", "color"]
  9. [storage marvin_local]
  10. type = "filesystem"
  11. path = "~/.calendars/"
  12. fileext = ".ics"
  13. [storage marvin_remote]
  14. type = "caldav"
  15. url = "https://cloud.disroot.org/remote.php/dav/"
  16. username = "marvin"
  17. password.fetch = ["command", "~/.config/vdirsyncer/getpass.sh"]