Porting to new calendar modules.

This commit is contained in:
Dominik Pantůček 2023-05-09 22:56:50 +02:00
parent 21a58e9536
commit cc463991c1
10 changed files with 57 additions and 545 deletions

View file

@ -38,8 +38,8 @@
brmember
testing
util-dict-list
month
period
cal-month
cal-period
util-list
configuration
util-string
@ -81,7 +81,7 @@
(kind (cadr mk)))
(foldl (lambda (mr value)
(let* ((mspec (string-first+rest (car value)))
(month (string->month (car mspec)))
(month (string->cal-month (car mspec)))
(comment (cdr mspec)))
(if month
(brmember-sub-prepend
@ -95,7 +95,7 @@
,(lambda (mr output key value)
(case key
((student suspend member)
(let* ((res (period-markers->periods value))
(let* ((res (period-markers->cal-periods value))
(ok? (car res))
(periods (cadr res))
(msg (caddr res))