aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm14
1 files changed, 6 insertions, 8 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index a240d00c..070d1c3f 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -171,7 +171,7 @@ window.default_calendar='~a';"
;; Button to view week
(G_ "Week"))
- ,(btn href: (date->string (set (day start-date) 1) "/month/~1.html")
+ ,(btn href: (date->string (day start-date 1) "/month/~1.html")
;; button to view month
(G_ "Month"))
@@ -381,13 +381,11 @@ window.default_calendar='~a';"
(repeating% regular (partition repeating? flat-events))
(repeating
(for ev in repeating%
- (define instance (copy-vcomponent ev))
-
- (set! (prop instance 'UID) (output-uid instance))
- (delete-parameter! (prop* instance 'DTSTART) '-X-HNH-ORIGINAL)
- (delete-parameter! (prop* instance 'DTEND) '-X-HNH-ORIGINAL)
-
- instance)))
+ ;; TODO
+ (-> (set-properties ev 'UID (output-uid ev))
+ ;; (focus (prop* instance 'DTSTART) (lambda (vline) (remove-parameter vline key)))
+ ;; (focus (prop* instance 'DTEND) (lambda (vline) (remove-parameter vline key)))
+ ))))
`(
;; Mapping showing which events belongs to which calendar,