Summary | Honor twentyFour in reminders script |
Queue | Kronolith |
Queue Version | 2.0.3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | kevin_myer (at) iu13 (dot) org |
Created | 05/02/2005 (7376 days ago) |
Due | |
Updated | 05/15/2005 (7363 days ago) |
Assigned | |
Resolved | 05/15/2005 (7363 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
well. For each language present, there would be the possibility of
two message formats, depending on the twentyFour preference. You'd
just need to nest another foreach $timeformat loop inside the $lang
loop and have a way of setting $timeformat for each recipient. At
least I think that would be the way to handle this.
set them), so I wasn't really looking at a way to create a customized
message for a reminder that would be sent to an event with multiple
recipients.
So unless I"m wrong:
Current behavior: one message, assumes sender and receipient are
using 24 hour
My patched behavior: one message, uses sender's twentyFour preference,
assumes receipient(s) time display is the same as sender's, works if
recipient == event sender.
Needed behavior: one or two messages that honor the recipient's
preference for twentyFour
I would think you could do something similar to using the logic for
$lang, to generate one message to each recipient that has the same
$lang. You'd now also have $timeformat (or something like that) to
take into consideration.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Honor twentyFour in reminders script
Queue ⇒ Kronolith
New Attachment: kronolith-24-scheduler.patch
State ⇒ New
reminders script, depending on what the twentyFour preference is.