From a6a30afe7564b5aff5a4940ea58295dfb02e3076 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 26 Sep 2012 09:28:37 -0400 Subject: [PATCH] Set PidLidRecurrentPattern --- OpenChange/MAPIStoreAppointmentWrapper.m | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenChange/MAPIStoreAppointmentWrapper.m b/OpenChange/MAPIStoreAppointmentWrapper.m index dbecf6367..5445f989c 100644 --- a/OpenChange/MAPIStoreAppointmentWrapper.m +++ b/OpenChange/MAPIStoreAppointmentWrapper.m @@ -1305,6 +1305,14 @@ static NSCharacterSet *hexCharacterSet = nil; return rc; } +- (int) getPidLidRecurrencePattern: (void **) data + inMemCtx: (TALLOC_CTX *) memCtx +{ + *data = [@"No description" asUnicodeInMemCtx: memCtx]; + + return MAPISTORE_SUCCESS; +} + - (void) _fillExceptionInfo: (struct ExceptionInfo *) exceptionInfo andExtendedException: (struct ExtendedException *) extendedException withException: (iCalEvent *) exceptionEvent