Sync work calendar and map next/previous media key

This commit is contained in:
2020-03-04 00:39:54 +01:00
parent 9310de768f
commit 35ba2dd3ad
3 changed files with 43 additions and 9 deletions

View File

@@ -47,8 +47,8 @@ url = "https://coolneng.duckdns.org/radicale/"
username = "coolneng"
# The password can also be fetched from the system password storage, netrc or a
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
password.fetch = ["command", "pass", "caldav"]
verify_fingerprint = "81:74:1A:A8:18:DD:9F:91:A8:21:B3:B9:1F:A2:23:1E:DB:99:16:A6:37:1E:FC:84:08:F1:91:AA:16:44:75:FA"
password.fetch = ["command", "pass", "cli/caldav"]
verify_fingerprint = "8F:B0:B1:7F:30:8F:3B:C2:FD:9A:B8:72:1E:57:C7:64:78:8C:4A:9C:1E:EE:69:7C:DC:60:DF:02:DE:E2:8E:B2"
# CALDAV
[pair bob_calendar]
@@ -56,17 +56,33 @@ a = "bob_calendar_local"
b = "bob_calendar_remote"
collections = ["from a", "from b"]
[pair google_calendar]
a = "google_calendar_local"
b = "google_calendar_remote"
collections = ["from a", "from b"]
# Calendars also have a color property
metadata = ["displayname", "color"]
[storage bob_calendar_local]
type = "filesystem"
path = "~/.calendars/"
path = "~/.calendars/radicale"
fileext = ".ics"
[storage bob_calendar_remote]
type = "caldav"
url = "https://coolneng.duckdns.org/radicale/"
username = "coolneng"
password.fetch = ["command", "pass", "caldav"]
verify_fingerprint = "81:74:1A:A8:18:DD:9F:91:A8:21:B3:B9:1F:A2:23:1E:DB:99:16:A6:37:1E:FC:84:08:F1:91:AA:16:44:75:FA"
password.fetch = ["command", "pass", "cli/caldav"]
verify_fingerprint = "8F:B0:B1:7F:30:8F:3B:C2:FD:9A:B8:72:1E:57:C7:64:78:8C:4A:9C:1E:EE:69:7C:DC:60:DF:02:DE:E2:8E:B2"
[storage google_calendar_local]
type = "filesystem"
path = "~/.calendars/google"
fileext = ".ics"
[storage google_calendar_remote]
type = "google_calendar"
token_file = "~/.gauth"
client_id = "775357222304-1dpf6r6uqp7c9mn0imb0und5kaho5r7p.apps.googleusercontent.com"
client_secret.fetch = ["command", "pass", "cli/gsuite"]