docs: add usage and configuration guide

Document keyboard controls, calendar import/export, Office 365 and CalDAV
setup, environment variables, troubleshooting, and file locations.
This commit is contained in:
2026-07-23 20:10:03 +01:00
parent d2191094b8
commit 5efcfdafb9
2 changed files with 303 additions and 5 deletions

View File

@@ -185,8 +185,10 @@ window instead of incrementally updating it.
Account setup begins with `nocal account connect microsoft`: it runs the
PKCE browser flow, reads `/me`, upserts the deterministic account row, and
stores the tokens in the Secret Service keyring as the final connected-state
gate. This build ships a placeholder client ID; live connect requires a real
mobile/desktop Entra registration supplied via `NOCAL_MICROSOFT_CLIENT_ID`.
There is still no account TUI or sync orchestration, and remote writes remain
out of scope.
stores the tokens in the Secret Service keyring. This build ships a placeholder
client ID; live connect requires a real mobile/desktop Entra registration
supplied via `NOCAL_MICROSOFT_CLIENT_ID`.
CalDAV is supported for Nextcloud, Radicale, and other standards-compliant
servers. See [usage and configuration](docs/USAGE.md) for setup instructions
and keyboard shortcuts.