diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-16 15:01:52 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-16 15:01:58 +0000 |
commit | 6d62fa2ce376202c45a00a861b68a35a80ae4d2d (patch) | |
tree | b88761f0de6a175750205545577d05f8b6f311ff /khal | |
parent | f0c48c4d1c4e7ed2cb6f590295de5fc3521975af (diff) |
Adds missing calendars from khal
Diffstat (limited to 'khal')
-rw-r--r-- | khal/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/khal/config b/khal/config index f7a8555..49edd95 100644 --- a/khal/config +++ b/khal/config @@ -37,6 +37,14 @@ color = dark red path = ~/.calendars/google/8ef24212f39c7290625e5bde45ff00e220dae3899f57fb74038f11aaf55dcc3f@group.calendar.google.com/ color = dark green +[[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}" |