| Summary: | no time in month view when event crosses day boundary | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Richard Bos <richard.bos> |
| Component: | monthview | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | 3.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Richard Bos
2005-04-28 20:51:56 UTC
Are you sure about the date of your modified DTEND? I assume you mean DTEND;VALUE=DATE:20050426T234500. This time the times have been copied from the ical file: DTSTART;VALUE=DATE:20050511T220000 DTEND;VALUE=DATE:20050511T234500 DTEND used to be: DTEND;VALUE=DATE:20050512T030000 The difference is that with the DTSTART and DTEND on the same date the time information is shown in the monthly view. If DTSTART and DTEND are on a different date the time is not shown. In the multidate case the monthly view shows (-- entry entry --) and in the single date case it shows: 22:00 entry Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list. Unreproducible in trunk Problem seems to be gone indeed (tested with 4.1.87) |