thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
842 stars 281 forks source link

Unable to show a few hours long event with a rule on daily calendar #60

Closed okrutny closed 8 years ago

okrutny commented 8 years ago

I would like to specify an event which results in occurences between hours 16-21, everyday.

specifing Event.start to 16:00 and Event.end to 21:00 with "daily" frequency rule doesn't work. Only occurrences between 15:30 and 16 show up.

http://i.stack.imgur.com/wthgJ.png

the _get_occurrence_list on Event model get's called with half hour intervals.