| Summary | wrong return value in iCalendar_vfreebusy::getStart() |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | |
| Requester | tokoe (at) kde (dot) org |
| Created | 08/14/2006 (7028 days ago) |
| Due | |
| Updated | 11/05/2006 (6945 days ago) |
| Assigned | 08/17/2006 (7025 days ago) |
| Resolved | 11/05/2006 (6945 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
free/busy file which shows the problem?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ wrong return value in iCalendar_vfreebusy::getStart()
Queue ⇒ Horde Framework Packages
New Attachment: vfreebusy.patch
State ⇒ Unconfirmed
if you have a freebusy file with several entries, then
iCalendar_vfreebusy::getStart() returns an array instead of an integer
like described in the API doc. That will cause the FBView in kronolith
to not show the freebusy times correctly (unknown blocks are showed
instead of free/non-free).
Attached is a quick-hack patch, maybe this bug should be fixed one
level deeper (where the freebusy file is parsed) though.
Ciao,
Tobias