Summary | Display start time of an event in month printouts |
Queue | Kronolith |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | info (at) wanner-it (dot) de |
Created | 05/17/2005 (7351 days ago) |
Due | |
Updated | 12/01/2011 (4962 days ago) |
Assigned | |
Resolved | 08/27/2007 (6519 days ago) |
Milestone | Kronolith 2.2 |
Patch | No |
starting time of the events in the monthly view. Printing such a
view with starting-times is a very good surrogate for a
paper-calendar.
An optimal solution would be, if the display of the start time is
configurable.
optimal solution would be to display the *start* time (end time isn't
that important).
State ⇒ Resolved
Assigned to Chuck Hagenbuch
ended up not so nice, I went back to the multienum prefs and
implemented it. I added one for time and one for location, and you can
choose to show them in print views, screen views, both, or neither.
The times are only shown in the Month view regardless since time is
already represented in Day and Week views.
would make two prefs, one for the regular view, one for the printouts.
This is only one more than we have now.
Standard, and Detailed view.
personally want more data on the default month view. I'd also like to
avoid prefs "balkanization" as it were.
If there are a lot of people that really want more info on the regular
display as well as printouts, what about psuedo-themes for the
displays - concise, standard, most information, something like that?
which was rejected.
Unless Chuck (or anyone in the project) would prefer to handle this,
I'd like to discuss how this should be implemented.
Recognizing that there might be different priorities (or example, I
would like to have both location, start-time and end-time in the month
view, while others, as Jan pointed out, might care for a smaller page-
and download size) I think this should be configurable in the
preference system.
One idea would be to add a setting each for time and location. Maybe a
"multienum" (I don't know the proper word but the one used for example
in the "Menu settings" of each application) for each of time and
location would do?
If so, would the way to implement that webmgr (at) muskingum (dot) edu
suggest be a good idea?
Best regards
Daniel Andersson
interim for a better solution I have made the following changes to
address the need for "times" on the month view AND "locations" on the
daily, week, and work week views. These were made to the 2.1.2 release
code, but I believe they still apply to the HEAD code as well:
kronolith/month.php
Line 189 -- change as follows:
$event->getLink($timestamp) . '<br />' .
date($prefs->getValue('twentyFour') ? 'G:i' : 'g:ia',
$event->start->timestamp()) . '</div>';
kronolith/lib/DayView.php
Line 176 -- Change to:
$event->getLink($this->getStamp()) . '<br />' . $event->getLocation() .
kronolith/lib/WeekView.php
Line 219 -- Change to:
$event->getLink($this->days[$j]->getStamp()) . '<br />' .
$event->getLocation() . '</td>';
display all the future events: if I leave empty the title and
description fields, it does nothing.
displaying the Location in Daily/Work Week/Week views.
In my case, we have various secretaries who schedule and print
calendars for their less tech-savvy Vice Presidents. Unfortunately,
printing the month they don't know what time things are, and in daily
they don't know where things are.
all the future events: if I leave empty the title and description
fields, it does nothing.
Priority ⇒ 1. Low
State ⇒ Accepted
print theme could then show it (as could other themes, optionally).
State ⇒ Rejected
nice summaries with the search function.
Priority ⇒ 2. Medium
State ⇒ New
Queue ⇒ Kronolith
Type ⇒ Enhancement
Summary ⇒ Display start time of an event in monthly view
starting time of the events in the monthly view. Printing such a view
with starting-times is a very good surrogate for a paper-calendar.
An optimal solution would be, if the display of the start time is
configurable.