Summary | When attendees don't have f/b info, show a status or warning, but not an error |
Queue | Kronolith |
Queue Version | Git master |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | paul (at) carnie (dot) com (dot) au |
Created | 10/07/2008 (6063 days ago) |
Due | |
Updated | 11/08/2011 (4936 days ago) |
Assigned | 10/07/2008 (6063 days ago) |
Resolved | |
Milestone | |
Patch | No |
Version ⇒ Git master
No free/busy url found for bklang@horde.org.[Tue Nov 08 2011
12:19:45 GMT-0500 (EST)]
I would propose changing the wording to be "No free/busy information
found ..." so the message is more clear to non-technical users. I
message you are seeing is displayed if there is no URL set in the
contact's address book entry. That's a different issue and thus should
have different messages.
than warning, since anyone invitations to users outside our Horde
install will trigger these messages. Otherwise, I think this ticket
can probably be closed.
No free/busy url found for bklang@horde.org.[Tue Nov 08 2011 12:19:45
GMT-0500 (EST)]
I would propose changing the wording to be "No free/busy information
found ..." so the message is more clear to non-technical users. I
would also personally prefer to see this as informational rather than
warning, since anyone invitations to users outside our Horde install
will trigger these messages. Otherwise, I think this ticket can
probably be closed.
I can make the two above tweaks if others agree with my suggestions.
busy table to see if users have free busy information.
Suggestion:
To test the "enhancement" when it is available, create an appointment
with 15 attendees without free busy entries. If you can still see the
free busy section in the pop up, then it is successful.
Paul
message in the case where there was no free-busy url (or maybe just
putting a status icon next to recipients without f/b info).
Priority ⇒ 1. Low
State ⇒ Accepted
Type ⇒ Enhancement
message in the case where there was no free-busy url (or maybe just
putting a status icon next to recipients without f/b info).
the user to distinguish between real errors and users simply not
configured with FB urls.
State ⇒ Not A Bug
nice way from us to let users know why an attendee doesn't show up in
the free/busy list. It's not a bug, period.
when the software gives an error message that is not a problem but
part of how the software could be used?
The address book has a field for Free Busy information. It is not mandatory.
The external meeting attendees may not have Free Busy pages that can
be accessed by Horde. Why show an error when the Free Busy field is
blank? The software test for blank free busy is not working.
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Free Busy error message for attendees not configured for it
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
appears for each attendee when free/busy is not set in the address
book for the user. It should not be required.
Looks like the below generates the error in attendees.php.
$vfb = Kronolith_Freebusy::get($email);
if (!is_a($vfb, 'PEAR_Error')) {
....
} else {
$notification->push(
sprintf(_("Error retrieving free/busy information for
%s: %s"),
$email, $vfb->getMessage()));
}