added new ical event description

This commit is contained in:
Elmar Kresse
2023-09-22 00:12:13 +02:00
parent 355b850ac5
commit d645fccd8b
3 changed files with 60 additions and 43 deletions

View File

@@ -21,5 +21,6 @@ type Event struct {
Rooms string `db:"Rooms"`
Notes string `db:"Notes"`
BookedAt string `db:"BookedAt"`
Course string `db:"course"`
Semester string `db:"semester"`
}