Open GoogleCodeExporter opened 8 years ago
I had a similar problem.
The thing is that gwt-cal detects that the appointment spreads between 2 days
and automatically shows it as an "all day event".
My solution was to detect the case and split the appointment manually in my
code. Not perfect, but works fine.
I agree with you that's something the calendar should do by itself.
Original comment by ctasada
on 2 Dec 2011 at 2:43
we modeled this behavior after outlook 2003 (which I was using at the time).
Any multi-day events get put in the header. So this is technically the expected
behavior
Original comment by Brad.Ryd...@gmail.com
on 2 Dec 2011 at 5:11
I'm labeling as an enhancement. We could differentiate by adding an "allDay"
flag that places the appointment in the header. Anything without an allDay flag
would rendered in the body. This would be a major code change.
Original comment by Brad.Ryd...@gmail.com
on 2 May 2013 at 8:38
Original issue reported on code.google.com by
remi.s...@ro.bluespace.com
on 16 Nov 2011 at 1:26