feat: iCal calendar feed (GRO-107)

feat: iCal calendar feed (GRO-107)

Closes GRO-107
This commit was merged in pull request #116.
This commit is contained in:
groombook-engineer[bot]
2026-03-27 02:37:06 +00:00
committed by GitHub
parent e3220af9ce
commit 6539eb4554
12 changed files with 419 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ export function buildStaff(overrides: Partial<StaffRow> = {}): StaffRow {
oidcSub: `oidc-${id}`,
role: "groomer",
active: true,
icalToken: null,
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
...overrides,