6.0.0-beta1
10/16/25

[#6376] cancelled events should not be shown as busys periods in freebusy view
Summary cancelled events should not be shown as busys periods in freebusy view
Queue Kronolith
Queue Version 2.2-RC2
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester m.gabriel (at) das-netzwerkteam (dot) de
Created 03/05/2008 (6434 days ago)
Due
Updated 03/05/2008 (6434 days ago)
Assigned
Resolved 03/05/2008 (6434 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/05/2008 10:19:30 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Committed, thanks!
03/05/2008 03:24:40 PM m (dot) gabriel (at) das-netzwerkteam (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ cancelled events should not be shown as busys periods in freebusy view
Queue ⇒ Kronolith
New Attachment: kronolith-freebusy.patch Download
Reply to this comment
--- a/kronolith/lib/FreeBusy.php        2007-11-29 12:33:10.000000000 +0000

+++ b/kronolith/lib/FreeBusy.php        2008-03-05 14:58:42.000000000 +0000

@@ -104,6 +104,9 @@

                  if ($event->hasStatus(KRONOLITH_STATUS_FREE)) {

                      continue;

                  }

+                if ($event->hasStatus(KRONOLITH_STATUS_CANCELLED)) {

+                    continue;

+                }



                  $duration = $event->end->timestamp() - 
$event->start->timestamp();




Saved Queries