mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
21 lines
611 B
Cheetah
21 lines
611 B
Cheetah
[general]
|
|
status_path = "~/.vdirsyncer/status/"
|
|
|
|
[pair personal_calendar]
|
|
a = "personal_calendar_local"
|
|
b = "personal_calendar_remote"
|
|
collections = ["from a", "from b"]
|
|
metadata = ["color"]
|
|
|
|
[storage personal_calendar_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/"
|
|
fileext = ".ics"
|
|
|
|
[storage personal_calendar_remote]
|
|
type = "caldav"
|
|
|
|
url = "{{ (bitwardenFields "item" "98975280-32ee-4929-ae49-af7401888f67").url.value }}"
|
|
username = "{{ (bitwarden "item" "98975280-32ee-4929-ae49-af7401888f67").login.username }}"
|
|
password = "{{ (bitwarden "item" "98975280-32ee-4929-ae49-af7401888f67").login.password }}"
|