diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-11 08:45:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-11 08:45:35 +0100 |
commit | 0f8a63eb6f1e4c4a09f35e50c94ae6e68dd88c88 (patch) | |
tree | c3c08d217c1d5205faaf84c962b074fee414450b | |
parent | 6048e07c90f14426df02f9959a56181041381cf8 (diff) |
Adds missing Google calendar entries
For Family, Work, etc.
Diffstat (limited to '')
-rw-r--r-- | khal/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/khal/config b/khal/config index c671f52..0b7da8f 100644 --- a/khal/config +++ b/khal/config @@ -21,6 +21,22 @@ color = yellow 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 + [view] agenda_event_format = "{start-time} {end-time} {title}" |