oc-calendar: Implement PidTagSensitivity

As described in [MS-OXCICAL] Section 2.1.3.11.20.4 by using
access CLASS iCal field.

Although Outlook does not support confidential level, it is properly
exported and imported.
This commit is contained in:
Enrique J. Hernández Blasco
2015-02-15 18:44:47 +01:00
parent e6ba15bbae
commit 624967c60b
4 changed files with 61 additions and 5 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ rtf2html (NSData *compressedRTF)
return [self getLongZero: data inMemCtx: memCtx];
}
- (int) getPidTagSensitivity: (void **) data // TODO -> subclass in calendar
- (int) getPidTagSensitivity: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return [self getLongZero: data inMemCtx: memCtx];