Class tag support, add Adabelle

This commit is contained in:
Ian Gulliver
2020-09-13 21:27:40 +00:00
parent 7f939b677d
commit 65b2975b24
4 changed files with 139 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ func main() {
continue
}
if !class.tagsMatch(date) {
continue
}
ev := class.buildEvent(date)
old := eventMap[ev.Summary]