aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/vdirsyncer.work.conf
blob: 705a67bdee5ab057901a5f23c4cff2042ad721d5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[general]
status_path = "~/.local/share/vdirsyncer/status"

# Work Indico calendar (read-only).
[pair indico]
a = "indico_calendar"
b = "local_indico_calendar"
metadata = []
collections = null
conflict_resolution = "a wins"

[storage local_indico_calendar]
type = "filesystem"
path = "~/.local/share/vdirsyncer/indico"
fileext = ".ics"

[storage indico_calendar]
type = "http"
# The URL contains an access token, so get it from pass.
url.fetch = ["shell", "~/.guix-home/profile/bin/pass cern/indico-calendar-url | head -1"]

# Work Exchange calendar (read-only).
[pair cern]
a = "cern_calendar"
b = "local_cern_calendar"
metadata = []
collections = null
conflict_resolution = "a wins"

[storage local_cern_calendar]
type = "filesystem"
path = "~/.local/share/vdirsyncer/cern"
fileext = ".ics"

[storage cern_calendar]
type = "http"
# The URL contains an access token, so get it from pass.
url.fetch = ["shell", "~/.guix-home/profile/bin/pass cern/exol/calendar-url | head -1"]