Summary | freebusy list not shown with kolab backend |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | tokoe (at) kde (dot) org |
Created | 02/10/2006 (7093 days ago) |
Due | |
Updated | 02/10/2006 (7093 days ago) |
Assigned | |
Resolved | 02/10/2006 (7093 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ freebusy list not shown with kolab backend
Queue ⇒ Kolab
New Attachment: fix_freebusy_loading.patch
when using the kolab backend (or maybe also other backends) the
freebusy list is not shown
when adding attendees to an event, because Kronolith::getFreeBusyUrl()
returns a PEAR_Error if the user with the given email address has no
'freebusyUrl' set.
But this behaviour is wrong, because so the
Storage::singleton()->search() call some lines below which would read
a valid freebusy url from the kolab backend isn't reached.
The attached patch 'fixes' this issue by unsetting the error object
and progressing instead of returning the error.
Ciao,
Tobias