Sparrow0hawk / rse-calendar

A GitHub pages powered event calendar
https://sparrow0hawk.github.io/rse-calendar/
4 stars 4 forks source link

Adding support for ongoing events #67

Closed Sparrow0hawk closed 1 year ago

Sparrow0hawk commented 1 year ago

This PR changes the logic for "popping" events off the calendar.

At present events don't appear on the calendar when start time of the event is after the execution time of generate_posts.py. This is fine for short events but if your event runs over multiple days it means your event disappears after the start time has passed. This isn't very helpful for showcasing ongoing events.

This PR also: