Mantus667 / EventCalendarBelle

EventCalendar package for Umbraco 7
14 stars 12 forks source link

Recurring Event shows next in series instead of today #26

Closed Mantus667 closed 8 years ago

Mantus667 commented 8 years ago

I.e., Recurring event runs every day 3-4pm. Clicking on today's event thru to event detail shows TOMORROW for the start and end date instead of TODAY. Ideally, it should check that 1) the event date is NOT IN THE PAST before moving to the next occurrence in the series. 2) if the event end time is in the past, show the next occurrence in the series with the notation that today's event is over.

Mantus667 commented 8 years ago

Added logic to filter if the event occures "today" and if yes use this date instead of next occurence