implemented cancelled event visualization
This commit is contained in:
@@ -34,4 +34,5 @@ export interface CalendarEventShort {
|
||||
start: Date;
|
||||
end: Date;
|
||||
color: string;
|
||||
cancelled: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user