yohang/CalendR

events in extendedMonth miss events on last sunday

joostvanderborg opened this issue · 1 comments

With the current implementation for Month->extendedMonth() the period ends on midnight saturday to sunday. This means using this Period in for instance $factory->getEvents($month->extendedMonth()) misses these events. Shouldn't the Period end on midnight sunday to monday?