http://bugs.meego.com/show_bug.cgi?id=2093
--- Comment #3 from snogales <sergionogales(a)gmx.at> 2010-05-16 13:03:36 PDT ---
(In reply to comment #2)
Does the phone have "real" all-day events that are created
and displayed
separately?
When an event is created in the mobile, it is possible to check a box that says
"all day". All the events, normal and "all day", are displayed in the
same way
in the (monthly) calendar of the mobile.Only when you a see a particular day,
then you see the time of the event for a normal one or "all day event" for an
all day event.
The key problem is that vCalendar 1.0 (in contrast to iCalendar 2.0)
can only
represent events with a specific duration, so the phone uses
DTSTART:20100526T220000Z
DTEND:20100527T215900Z
in its local time zone to represent an all-day event.
We send to it:
DTSTART:20100513T000000
DTEND:20100514T000000
Perhaps it would have worked if we had sent
DTSTART:20100513T000000
DTEND:20100513T235959
this would probably work. What I do not yet understand is why it only works in
one direction. I mean, whenever an all-day event is created in the mobile and
then synchronized, the event on evolution appears as an "all-day-event" as
well. but the other way round not.
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.