implemented cancelled event visualization
This commit is contained in:
@@ -65,7 +65,7 @@ export async function cancelEvent(eventID: number) {
|
||||
|
||||
export async function getShortEventsInRange(startDate: string, endDate: string): Promise<CalendarEventShort[]> {
|
||||
const sql = `
|
||||
SELECT id, name, start, end, color
|
||||
SELECT id, name, start, end, color, cancelled
|
||||
FROM calendar_events
|
||||
WHERE start BETWEEN ? AND ?
|
||||
ORDER BY start ASC
|
||||
|
||||
Reference in New Issue
Block a user