[Tickets #7444] Free Busy error message for attendees not configured for it

bugs at horde.org bugs at horde.org
Tue Oct 7 00:33:46 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7444
------------------------------------------------------------------------------
  Ticket             | 7444
  Created By         | paul at carnie.com.au
  Summary            | Free Busy error message for attendees not configured
                     | for it
  Queue              | Kronolith
  Version            | 2.3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


paul at carnie.com.au (2008-10-06 20:33) wrote:

The error message "Error retrieving free/busy information for xxxx"   
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()));
         }






More information about the bugs mailing list