|
|
Task
The Task entity
Attributes
- sensitivity - This attribute relates to an element that was added to OpenGroupware in order to better support Microsoft Outlook. The values correspond to those defined in MSDN for the corresponding field.
- 0 = undefined / public (rendered as PUBLIC in vCard / iCal)
- 1 = personal (not rendered in vCard/iCal)
- 2 = private (rendered as PRIVATE in vCard/iCal)
- 3 = confidential (rendered as CONFIDENTIAL in vCard/iCal)
- priority - Specifies the urgency of the task.
- 1 = Very high
- 2 = High
- 3 = Average (the default?)
- 4 = Low
- 5 = Very low
- status - The current state of the task, this value is read-only and is affected by performing actions on the task. Actions are performed via zOGI by putting taskNotation objects to the server.
- 00_created = Task has been created or reactivated but not yet accepted.
- 02_rejected = Task has been rejected by the executor.
- 10_archived / 30_archived = Task has been archived by the creator.
- 20_processing = The task has been accepted by the executor.
- 25_done = The task is considered completed by the executor.
Example
{'comment': 'COMMENT COMMENT COMMENT',
'sensitivity': 2,
'percentComplete': 40,
'keywords': 'ZOGI',
'category': '',
'completionDate': '',
'end': <DateTime '20070125T00:00:00' at 815416c>,
'_OBJECTLINKS': [{'direction': 'from',
'objectId': '15990',
'entityName': 'objectLink',
'targetEntityName': 'Contact',
'targetObjectId': '10000',
'label': 'Object Link Label',
'type': 'generic'}],
'objectId': 15940,
'priority': 2,
'start': <DateTime '20061231T00:00:00' at 815408c>,
'version': 2,
'accountingInfo': 'Accounting Info',
'_PROPERTIES': [],
'executantObjectId': 10160,
'entityName': 'Task',
'status': '20_processing',
'creatorObjectId': 10160,
'associatedContacts': '',
'associatedCompanies': '',
'timerDate': '',
'kilometers': '34',
'totalWork': 75,
'_NOTES': [],
'isTeamJob': 0,
'kind': '',
'name': 'Updated ZOGI Task 5',
'lastModified': '',
'objectProjectId': '',
'actualWork': 23,
'notify': 1}
Sign in to add a comment
