Skip to content

Commit

Permalink
For now, consider this as STATUS_CONFIRMED also.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 18, 2016
1 parent 725532f commit e59eb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/lib/Event.php
Expand Up @@ -1560,6 +1560,7 @@ public function fromASAppointment(Horde_ActiveSync_Message_Appointment $message)
$status = $message->getBusyStatus();
switch ($status) {
case Horde_ActiveSync_Message_Appointment::BUSYSTATUS_BUSY:
case Horde_ActiveSync_Message_Appointment::BUSYSTATUS_ELSEWHERE;
$status = Kronolith::STATUS_CONFIRMED;
break;

Expand Down

0 comments on commit e59eb32

Please sign in to comment.