diff --git a/packages/types/src/customevent.ts b/packages/types/src/customevent.ts index 3345a561c..3c8d45d7d 100644 --- a/packages/types/src/customevent.ts +++ b/packages/types/src/customevent.ts @@ -5,7 +5,7 @@ export const RepeatingCustomEventSchema = type({ start: 'string', end: 'string', days: 'boolean[]', - customEventID: 'string', // Unique only within the schedule. + customEventID: 'string | number', // Unique only within the schedule. 'color?': 'string', 'building?': 'string | undefined', });