I would like to specify an event which results in occurences between hours 16-21, everyday.
How can I accomplish this?
I have already tried a lot to do this, e.g. by specifing Event.start to 16:00 and Event.end to 21:00 with "daily" frequency rule, but no luck. Only occurrences between 15:30 and 16 show up.
the _get_occurrence_list on Event model get's called with half hour intervals.
I already doubt it's possible. Does django-scheduler support such a use case?