implemented cancelled event visualization

This commit is contained in:
2025-11-27 13:40:58 -05:00
parent 941004f913
commit 0b3a95cdc0
5 changed files with 33 additions and 18 deletions

View File

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