docs: verify gog calendar colors (#715) (thanks @mjrussell)

This commit is contained in:
Peter Steinberger
2026-01-11 10:39:40 +00:00
parent 17a1d302b9
commit eb1de642db
2 changed files with 13 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
### Changes ### Changes
- macOS: prompt to install the global `clawdbot` CLI when missing in local mode; install via `clawd.bot/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime. - macOS: prompt to install the global `clawdbot` CLI when missing in local mode; install via `clawd.bot/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime.
- Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
## 2026.1.10 ## 2026.1.10

View File

@@ -35,18 +35,18 @@ Common commands
Calendar Colors Calendar Colors
- Use `gog calendar colors` to see all available event colors (IDs 1-11) - Use `gog calendar colors` to see all available event colors (IDs 1-11)
- Add colors to events with `--event-color <id>` flag - Add colors to events with `--event-color <id>` flag
- Event color IDs: - Event color IDs (from `gog calendar colors` output):
- 1: Lavender (#a4bdfc) - 1: #a4bdfc
- 2: Sage (#7ae7bf) - 2: #7ae7bf
- 3: Grape (#dbadff) - 3: #dbadff
- 4: Flamingo (#ff887c) - 4: #ff887c
- 5: Banana (#fbd75b) - 5: #fbd75b
- 6: Tangerine (#ffb878) - 6: #ffb878
- 7: Peacock (#46d6db) - 7: #46d6db
- 8: Graphite (#e1e1e1) - 8: #e1e1e1
- 9: Blueberry (#5484ed) - 9: #5484ed
- 10: Basil (#51b749) - 10: #51b749
- 11: Tomato (#dc2127) - 11: #dc2127
Notes Notes
- Set `GOG_ACCOUNT=you@gmail.com` to avoid repeating `--account`. - Set `GOG_ACCOUNT=you@gmail.com` to avoid repeating `--account`.