summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-06 20:08:09 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-06 20:08:09 +0100
commit3e1136cd06d5ba409fc106fa8cb91b93d7356fc0 (patch)
tree720d85340a56a637d0b4807a40c240b27eb8349b
parent00b77312b84d9c6fac6a045982c32b8f1b6d59c7 (diff)
Adds khal and vdirsyncer config
-rw-r--r--khal/config68
-rw-r--r--vdirsyncer/config82
-rw-r--r--vdirsyncer/status/radicale_rimsky.collections1
-rw-r--r--vdirsyncer/status/radicale_rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65.itemsbin0 -> 143360 bytes
-rw-r--r--vdirsyncer/status/radicale_rimsky_alternative.collections1
-rw-r--r--vdirsyncer/status/radicale_rimsky_alternative/bb48f855-f7bc-183f-f79d-275327d426d5.itemsbin0 -> 32768 bytes
6 files changed, 152 insertions, 0 deletions
diff --git a/khal/config b/khal/config
new file mode 100644
index 0000000..2b927e8
--- /dev/null
+++ b/khal/config
@@ -0,0 +1,68 @@
+[calendars]
+
+[[radicale-rimsky]]
+path = ~/.calendars/radicale-rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65
+color = light green
+priority = 10
+
+[[radicale-rimsky-alternative]]
+path = ~/.calendars/radicale-rimsky-alternative/bb48f855-f7bc-183f-f79d-275327d426d5
+color = light magenta
+priority = 10
+
+[[google_home]]
+path = ~/.calendars/google/12panp3nqdbmm9df4if9jigigo@group.calendar.google.com/
+color = light blue
+
+[[google_work]]
+path = ~/.calendars/google/matthew.lemon@gmail.com/
+color = light red
+
+[[google_timebox]]
+path = ~/.calendars/google/c8of12kn0jcmn7fibivvi72kj8@group.calendar.google.com/
+color = yellow
+
+[[google_non_working]]
+path = ~/.calendars/google/uh29md2ulcb23jq7h78ds5d9fs@group.calendar.google.com/
+color = light gray
+
+[[google_family]]
+path = ~/.calendars/google/family08070188191404755449@group.calendar.google.com/
+color = yellow
+
+[[google_harvey_ehs_hols]]
+path = ~/.calendars/google/743e040cac7301332674b35e2b9dbe2c204771e2392a37d1b576e14b9b04115f@group.calendar.google.com/
+color = dark green
+
+[[google_away_work]]
+path = ~/.calendars/google/8bb935c750e97287acd425a0f8cb806b32c683ccd14431b1d90e4b684995f8f4@group.calendar.google.com/
+color = dark red
+
+[[google_sophie_bms_hols]]
+path = ~/.calendars/google/8ef24212f39c7290625e5bde45ff00e220dae3899f57fb74038f11aaf55dcc3f@group.calendar.google.com/
+color = dark green
+
+[[google_rugby_viewing]]
+path = ~/.calendars/google/c009c8602d2b9ccd65fb7a7000bb56d482bb313c6a4056ecbc3cd7321044d216@group.calendar.google.com
+color = dark cyan
+
+[[google_tutoring_sherpa]]
+path = ~/.calendars/google/1e78c4163b873b460498e57dc598afa9277ba048d9d32b8cc7a6e393c5097be4@group.calendar.google.com/
+color = light gray
+
+[[google_daphne]]
+path = ~/.calendars/google/3a02442706ec2fc8a529f3bd8c5316387a31f513d22d78bb2bf10e886013a9b2@group.calendar.google.com/
+color = light gray
+
+[view]
+agenda_event_format = "{start-time} {end-time} {title}"
+
+[default]
+default_calendar = "radicale-rimsky"
+
+[locale]
+firstweekday = 0
+timeformat = "%H:%M"
+longdatetimeformat = "%Y-%m-%dT%H:%M"
+dateformat = "%Y-%m-%d"
+longdateformat = "%Y-%m-%d"
diff --git a/vdirsyncer/config b/vdirsyncer/config
new file mode 100644
index 0000000..5d981f8
--- /dev/null
+++ b/vdirsyncer/config
@@ -0,0 +1,82 @@
+[general]
+# A folder where vdirsyncer can store some metadata about each pair.
+status_path = "~/.vdirsyncer/status/"
+
+## CARDDAV
+[pair radicale_contacts]
+a = "radicale_contacts_local"
+b = "radicale_contacts_remote"
+
+collections = ["from a", "from b"]
+
+[storage radicale_contacts_local]
+type = "filesystem"
+path = "~/.contacts/"
+fileext = ".vcf"
+
+[storage radicale_contacts_remote]
+type = "carddav"
+url = "http://radicale.banded-neon.ts.net/radicale/lemon/9478cfeb-26b3-21aa-716c-97ab18806d1f/"
+username = "lemon"
+password.fetch = ["command", "pass", "show", "radicale_lemon_user"]
+
+
+# CALDAV
+#
+# rimsky primary
+[pair radicale_rimsky]
+a = "radicale_local_rimsky"
+b = "radicale_remote_rimsky"
+collections = ["from a", "from b"]
+metadata = ["color", "displayname"]
+conflict_resolution = "b wins"
+
+[storage radicale_local_rimsky]
+type = "filesystem"
+path = "~/.calendars/radicale-rimsky/"
+fileext = ".ics"
+
+[storage radicale_remote_rimsky]
+type = "caldav"
+url = "http://radicale.banded-neon.ts.net/radicale/lemon/7c38e0c7-4a42-9863-c9e0-6025a32c4a65/"
+username = "lemon"
+password.fetch = ["command", "pass", "show", "radicale_lemon_user"]
+
+# rimsky alternative
+[pair radicale_rimsky_alternative]
+a = "radicale_local_rimsky_alternative"
+b = "radicale_remote_rimsky_alternative"
+collections = ["from a", "from b"]
+metadata = ["color", "displayname"]
+conflict_resolution = "b wins"
+
+[storage radicale_local_rimsky_alternative]
+type = "filesystem"
+path = "~/.calendars/radicale-rimsky-alternative/"
+fileext = ".ics"
+
+[storage radicale_remote_rimsky_alternative]
+type = "caldav"
+url = "http://radicale.banded-neon.ts.net/radicale/lemon/bb48f855-f7bc-183f-f79d-275327d426d5/"
+username = "lemon"
+password.fetch = ["command", "pass", "show", "radicale_lemon_user"]
+
+# Google
+
+[pair google]
+a = "google_local"
+b = "google_remote"
+collections = ["from a", "from b"]
+metadata = ["color", "displayname"]
+conflict_resolution = "a wins"
+
+[storage google_local]
+type = "filesystem"
+path = "~/.calendars/google/"
+fileext = ".ics"
+
+[storage google_remote]
+type = "google_calendar"
+token_file = "~/.vdirsyncer/gcal"
+client_id = "627319068962-ntpf4k7ouebv6p8dfqcb46qhf7mim2jp.apps.googleusercontent.com"
+client_secret = "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"
diff --git a/vdirsyncer/status/radicale_rimsky.collections b/vdirsyncer/status/radicale_rimsky.collections
new file mode 100644
index 0000000..7d77a40
--- /dev/null
+++ b/vdirsyncer/status/radicale_rimsky.collections
@@ -0,0 +1 @@
+{"collections": [["7c38e0c7-4a42-9863-c9e0-6025a32c4a65", [{"path": "~/.calendars/radicale-rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65", "collection": "7c38e0c7-4a42-9863-c9e0-6025a32c4a65"}, {"collection": "7c38e0c7-4a42-9863-c9e0-6025a32c4a65"}]]], "cache_key": "c062cc3c9053dd236d1016bc6f369c8f6bdb2b7b0591a92fc7837c27e18a5f43"} \ No newline at end of file
diff --git a/vdirsyncer/status/radicale_rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65.items b/vdirsyncer/status/radicale_rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65.items
new file mode 100644
index 0000000..5c67a24
--- /dev/null
+++ b/vdirsyncer/status/radicale_rimsky/7c38e0c7-4a42-9863-c9e0-6025a32c4a65.items
Binary files differ
diff --git a/vdirsyncer/status/radicale_rimsky_alternative.collections b/vdirsyncer/status/radicale_rimsky_alternative.collections
new file mode 100644
index 0000000..2f291aa
--- /dev/null
+++ b/vdirsyncer/status/radicale_rimsky_alternative.collections
@@ -0,0 +1 @@
+{"collections": [["bb48f855-f7bc-183f-f79d-275327d426d5", [{"path": "~/.calendars/radicale-rimsky-alternative/bb48f855-f7bc-183f-f79d-275327d426d5", "collection": "bb48f855-f7bc-183f-f79d-275327d426d5"}, {"collection": "bb48f855-f7bc-183f-f79d-275327d426d5"}]]], "cache_key": "454392ec838943d6cd15c8a688ecdbccf2144079970bca1d9bfc4b016f0aff75"} \ No newline at end of file
diff --git a/vdirsyncer/status/radicale_rimsky_alternative/bb48f855-f7bc-183f-f79d-275327d426d5.items b/vdirsyncer/status/radicale_rimsky_alternative/bb48f855-f7bc-183f-f79d-275327d426d5.items
new file mode 100644
index 0000000..dfe2272
--- /dev/null
+++ b/vdirsyncer/status/radicale_rimsky_alternative/bb48f855-f7bc-183f-f79d-275327d426d5.items
Binary files differ