mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 10:32:47 +00:00
Set PidLidRecurrentPattern
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user