vdirsyncer revamp
This commit is contained in:
@@ -1,73 +0,0 @@
|
||||
[general]
|
||||
status_path = "~/.config/vdirsyncer/status/"
|
||||
|
||||
[pair purelymail_calendar]
|
||||
a = "purelymail_calendar_local"
|
||||
b = "purelymail_calendar_remote"
|
||||
collections = null
|
||||
conflict_resolution = "b wins"
|
||||
metadata = ["displayname", "color"]
|
||||
|
||||
[storage purelymail_calendar_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/calendars/purelymail/"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage purelymail_calendar_remote]
|
||||
type = "caldav"
|
||||
url = "https://purelymail.com/webdav/22216/caldav/A44F971C-BC2A-46F0-9992-4B490A8DB7FD/"
|
||||
username = "henrik@hjarl.com"
|
||||
password.fetch = ["command", "pass", "show", "henrik@hjarl.com"]
|
||||
|
||||
[pair google_calendar]
|
||||
a = "google_calendar_local"
|
||||
b = "google_calendar_remote"
|
||||
collections = ["from a", "from b"]
|
||||
conflict_resolution = "b wins"
|
||||
metadata = ["color"]
|
||||
|
||||
[storage google_calendar_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/calendars/google/"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage google_calendar_remote]
|
||||
type = "google_calendar"
|
||||
token_file = "~/.config/vdirsyncer/google_calendar_token"
|
||||
client_id = "46299105873-hli2csm2rdgmtdnobmbsdcquajceli76.apps.googleusercontent.com"
|
||||
client_secret = "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"
|
||||
|
||||
[pair google_contacts]
|
||||
a = "google_contacts_local"
|
||||
b = "google_contacts_remote"
|
||||
collections = ["from a", "from b"]
|
||||
conflict_resolution = "b wins"
|
||||
metadata = ["color"]
|
||||
|
||||
[storage google_contacts_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/contacts/google/"
|
||||
fileext = ".vcf"
|
||||
|
||||
[storage google_contacts_remote]
|
||||
type = "google_contacts"
|
||||
token_file = "~/.config/vdirsyncer/google_contacts_token"
|
||||
client_id = "46299105873-2do84a5do8bc9j6imuerte8u6m1bsath.apps.googleusercontent.com"
|
||||
client_secret = "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"
|
||||
|
||||
[pair holidays]
|
||||
a = "holidays_local"
|
||||
b = "holidays_remote"
|
||||
collections = null
|
||||
conflict_resolution = "b wins"
|
||||
metadata = ["color"]
|
||||
|
||||
[storage holidays_local]
|
||||
type = "filesystem"
|
||||
path = "~/.config/vdirsyncer/calendars/holidays/"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage holidays_remote]
|
||||
type = "http"
|
||||
url = "https://calendar.google.com/calendar/ical/en.norwegian%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
||||
read_only = "true"
|
||||
Binary file not shown.
Reference in New Issue
Block a user