mifi/ical-expander

Get currently running events

开放

#9 创建于 2018年12月7日

 (5 条评论) (0 个反应) (0 位负责人)JavaScript (22 个派生)github user discovery
help wanted

仓库指标

星标
 (72 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is there an ability to get currently running events, perhaps with IcalExpander.now()?

things now() would catch for all events (including recurring):

  • events running all day for that day
  • events running at that particular time (startDate <= now() && endDate >= now())

贡献者指南