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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support mulitple event days shown in template

campbelldgunn opened this issue · comments

If an event is created that spans multiple days, then in the monthly template view, it should show it across the days. With the current release it cuts off and creates two events on each day, which gives the impression that it is separate events and not a continuous spanning event.

It would be good to have a fix on this, as you expect this type of functionality to be standard.

good point - indeed it could show different left/right borders of the event box, similarly to the week and day display.

I did some styling - it is not perfect, since the boxes are not lined up evenly (and can go completely out of line if there are other events), but at least it is something. The perfect solution would be to draw one box across cells, but it would probably require a rewrite of the whole template. I keep this issue open, then.

Another point to this, and I am not sure if it is an issue. But when an event is in the day on the monthly view it changes color to show that there is an event present. Shouldn't be the other way around. That is, color the event and leave the day cell white?

It is a customisation level - it is all styled with CSS, so you can do it with two lines of code.

can be closed, I think

sure, close it.