diff --git a/OpenChange/MAPIStoreAppointmentWrapper.m b/OpenChange/MAPIStoreAppointmentWrapper.m index 24c6e1ad3..c07998c5e 100644 --- a/OpenChange/MAPIStoreAppointmentWrapper.m +++ b/OpenChange/MAPIStoreAppointmentWrapper.m @@ -1214,6 +1214,20 @@ static NSCharacterSet *hexCharacterSet = nil; return MAPISTORE_SUCCESS; } +/* +private static function parseDescriptionOc2Rc($description) +{ + $description = ltrim($description, ')'); + + if (strpos($description, "\r\n\n") !== false) { + $exploded = explode("\r\n\n", $description, -1); + $description = join($exploded, "\n"); + } + + return $description; +} +*/ + - (int) getPidTagBody: (void **) data inMemCtx: (TALLOC_CTX *) memCtx {