From b127fca0ce3c7e65e3c8336602221837909c5bdd Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 12 Jan 2011 20:34:15 -0500 Subject: [PATCH] Fix fb generation for resources --- kronolith/lib/Resource/Single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Resource/Single.php b/kronolith/lib/Resource/Single.php index 2ac8f0402..febc4514b 100644 --- a/kronolith/lib/Resource/Single.php +++ b/kronolith/lib/Resource/Single.php @@ -118,7 +118,7 @@ class Kronolith_Resource_Single extends Kronolith_Resource_Base */ public function getFreeBusy($startstamp = null, $endstamp = null, $asObject = false) { - $vfb = Kronolith_Freebusy::generate($this->get('calendar'), $startstamp, $endstamp, $asObject); + $vfb = Kronolith_Freebusy::generate('resource_' . $this->get('calendar'), $startstamp, $endstamp, $asObject); $vfb->removeAttribute('ORGANIZER'); $vfb->setAttribute('ORGANIZER', $this->get('name')); -- 2.11.0