Show cancelled schedule status

This commit is contained in:
2026-07-03 02:57:18 -04:00
parent 85a8b6ad44
commit c973c03689
20 changed files with 173 additions and 29 deletions

View File

@@ -68,6 +68,7 @@ type Meeting struct {
DateStart string
DateEnd string
Year int
IsCancelled bool
UpdatedAt time.Time
}
@@ -81,6 +82,7 @@ type Session struct {
DateStart string
DateEnd string
GMTOffset string
IsCancelled bool
UpdatedAt time.Time
}