aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/internal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/recurrence/internal.scm')
-rw-r--r--module/vcomponent/recurrence/internal.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/vcomponent/recurrence/internal.scm b/module/vcomponent/recurrence/internal.scm
index 1b9dd405..a57dfd65 100644
--- a/module/vcomponent/recurrence/internal.scm
+++ b/module/vcomponent/recurrence/internal.scm
@@ -92,8 +92,8 @@
(string-upcase
(week-day-name value 2
locale: (make-locale (list LC_TIME) "C")))]
- ;; [(byday)
- ;; (string-join (map byday->string value) ",")]
+ [(byday)
+ (string-join (map byday->string value) ",")]
[(freq count interval)
(format #f "~a" value)]
[(until)