Skip to content

Commit

Permalink
Add BUSYSTATUS_ELSEWHERE for EAS 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 18, 2016
1 parent 3021851 commit 725532f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -103,6 +103,8 @@ class Horde_ActiveSync_Message_Appointment extends Horde_ActiveSync_Message_Base
const BUSYSTATUS_TENTATIVE = 1;
const BUSYSTATUS_BUSY = 2;
const BUSYSTATUS_OUT = 3;
// 16.0 only.
const BUSYSTATUS_ELSEWHERE = 4;

/* All day meeting */
const IS_ALL_DAY = 1;
Expand Down

0 comments on commit 725532f

Please sign in to comment.