aboutsummaryrefslogtreecommitdiff
path: root/module/fetch.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-25 19:04:04 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-25 19:04:04 +0200
commit2f0529fdec94f999d903add6e364770e6ede4613 (patch)
tree72aef0dec45924d9caf8e8e2235b1f45f7ec03bb /module/fetch.scm
parentChange CSS date markers from id to class. (diff)
downloadcalp-2f0529fdec94f999d903add6e364770e6ede4613.tar.gz
calp-2f0529fdec94f999d903add6e364770e6ede4613.tar.xz
Rename event-in? => event-contains?.
Diffstat (limited to 'module/fetch.scm')
-rwxr-xr-xmodule/fetch.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/fetch.scm b/module/fetch.scm
index b01329a8..4497fa98 100755
--- a/module/fetch.scm
+++ b/module/fetch.scm
@@ -25,7 +25,7 @@
(filter-children!
(lambda (ev) (and (eq? 'VEVENT (type ev))
- (event-in? ev (date->time-utc (string->date "2019-04-03" "~Y-~m-~d")))))
+ (event-contains? ev (date->time-utc (string->date "2019-04-03" "~Y-~m-~d")))))
cal)
(serialize-vcomponent cal)