aboutsummaryrefslogtreecommitdiff
path: root/module/calp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-06 03:51:59 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-06 03:51:59 +0100
commit6646b21d3f0f2e09a5450dd4be7b4935d146db2c (patch)
tree407f6a1bb0086b06da1bedc99fdf08fe94c99266 /module/calp
parentAdd assoc-ref-all family of procedures. (diff)
downloadcalp-6646b21d3f0f2e09a5450dd4be7b4935d146db2c.tar.gz
calp-6646b21d3f0f2e09a5450dd4be7b4935d146db2c.tar.xz
Add clarifying comments.
Diffstat (limited to 'module/calp')
-rw-r--r--module/calp/html/view/calendar.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index cd262088..7d15816c 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -49,7 +49,10 @@
(define*-public (html-generate
key:
(intervaltype 'all) ; 'week | 'month | 'all
- calendars events start-date end-date
+ calendars ; All calendars to work on, probably (get-calendars global-event-object)
+ events ; All events which can be worked on, probably (get-event-set global-event-object)
+ start-date ; First date in interval to show
+ end-date ; Last date in interval to show
render-calendar ; (bunch of kv args) → (list sxml)
next-start ; date → date
prev-start ; date → date