This is the busystatus, not response status
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 11 May 2010 19:44:49 +0000 (15:44 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 11 May 2010 19:44:49 +0000 (15:44 -0400)
kronolith/lib/Event.php

index 960aa8d..cd54f8e 100644 (file)
@@ -1150,7 +1150,7 @@ abstract class Kronolith_Event
         case Kronolith::STATUS_NONE:
             $status = Horde_ActiveSync_Message_Appointment::BUSYSTATUS_FREE;
         }
-        $message->setResponseType($status);
+        $message->setBusyStatus($status);
 
         /* DTStamp */
         $message->setDTStamp($_SERVER['REQUEST_TIME']);