mifi/ical-expander

Get currently running events

Open

#9 opened on Dec 7, 2018

 (5 comments) (0 reactions) (0 assignees)JavaScript (22 forks)github user discovery
help wanted

Repository metrics

Stars
 (72 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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())

Contributor guide