beat calendar styling into submission to support multi day events

This commit is contained in:
2025-11-27 15:19:05 -05:00
parent 0b3a95cdc0
commit 33fcb16427
4 changed files with 16 additions and 21 deletions

View File

@@ -35,4 +35,5 @@ export interface CalendarEventShort {
end: Date;
color: string;
cancelled: boolean;
full_day: boolean;
}