Update calendar
This commit is contained in:
parent
b620cf85bc
commit
60946b747f
@ -26,6 +26,24 @@
|
||||
type = "filesystem"
|
||||
path = "~/.calendars/google/"
|
||||
fileext = ".ics"
|
||||
|
||||
|
||||
[pair google_contacts]
|
||||
a = "google_contacts_remote"
|
||||
b = "google_contacts_local"
|
||||
collections = ["from a", "from b"]
|
||||
conflict_resolution = "a wins"
|
||||
|
||||
[storage google_contacts_local]
|
||||
type = "filesystem"
|
||||
path = "~/.contacts/"
|
||||
fileext = ".vcf"
|
||||
|
||||
[storage google_contacts_remote]
|
||||
type = "google_contacts"
|
||||
token_file = "~/.config/dotfiles/private/token_file_carddav"
|
||||
client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com"
|
||||
client_secret = "***REMOVED***"
|
||||
#+END_SRC
|
||||
|
||||
* Khal
|
||||
|
Loading…
Reference in New Issue
Block a user