T1382: Fix storing COMPLETED/IN-PROCESS in partstat field
This commit is contained in:
parent
3f6f656924
commit
caf93d3e94
1 changed files with 7 additions and 5 deletions
|
@ -98,6 +98,8 @@ abstract class kolab_format_xcal extends kolab_format
|
|||
'ACCEPTED' => kolabformat::PartAccepted,
|
||||
'DECLINED' => kolabformat::PartDeclined,
|
||||
'DELEGATED' => kolabformat::PartDelegated,
|
||||
'IN-PROCESS' => kolabformat::PartInProcess,
|
||||
'COMPLETED' => kolabformat::PartCompleted,
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue