No default students
This commit is contained in:
@@ -95,7 +95,10 @@ func updateDay(calId string, date time.Time, classes []Class) error {
|
||||
continue
|
||||
}
|
||||
|
||||
ev := class.buildEvent(date)
|
||||
ev, err := class.buildEvent(date)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
old := eventMap[ev.Summary]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user