managarten/services/matrix-clock-bot
Till JS 511b51e372 test(calendar): add tests for CalDAV sync API, external calendars store, and recurrence
- sync.test.ts: 8 tests for API client (CRUD, sync, discovery, OAuth, export URL)
- external-calendars.test.ts: 8 tests for store (fetch, connect, disconnect,
  update, triggerSync success/error, getById)
- events-recurrence.test.ts: 9 tests for recurrence expansion (daily, weekly,
  exceptions, non-recurring passthrough, helpers, delete occurrence/series)

All 100 tests passing across 9 test files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:31:34 +01:00
..
src 🐛 fix(clock-bot): enable Redis session storage for widget 2026-02-16 11:20:54 +01:00
.dockerignore feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 16:27:49 +01:00
.env.example 🐛 fix(gifts): reorder controller routes to fix 'me/*' matching 2026-02-14 12:38:23 +01:00
CLAUDE.md 🐛 fix(gifts): reorder controller routes to fix 'me/*' matching 2026-02-14 12:38:23 +01:00
Dockerfile test(calendar): add tests for CalDAV sync API, external calendars store, and recurrence 2026-03-20 19:31:34 +01:00
nest-cli.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 16:27:49 +01:00
package.json 🐛 fix(gifts): reorder controller routes to fix 'me/*' matching 2026-02-14 12:38:23 +01:00
tsconfig.build.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00
tsconfig.json feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00