Skip to content

Commit

Permalink
Add missing constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 27, 2015
1 parent 6386008 commit ce89d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef/VTodo.php
Expand Up @@ -80,6 +80,10 @@ class Horde_Compress_Tnef_VTodo extends Horde_Compress_Tnef_Object
const CLASS_DECLINE = 'IPM.TaskRequest.Decline';
const CLASS_UPDATE = 'IPM.TaskRequest.Update';

const TASK_STATUS_ACTION = 'NEEDS-ACTION';
const TASK_STATUS_IN_PROGRESS = 'IN-PROGRESS'
const TASK_STATUS_COMPLETED = 'COMPLETED';

/**
* Due date (timestamp).
*
Expand Down

0 comments on commit ce89d4d

Please sign in to comment.