Added event count for calendars

This commit is contained in:
Alexis
2024-12-19 20:18:41 +01:00
parent bf8257e60f
commit bc6cbd839f
4 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ export interface Calendar extends CalendarConfig {
shortId?: string
name: string
events: CalendarEvent[]
eventNb?: Array<{ count: number }>
state: CalendarState
color?: string
world?: World