mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639
This commit is contained in:
@@ -1551,6 +1551,9 @@
|
||||
currentValue = [setProps objectForKey: currentProp];
|
||||
exception = [self performSelector: methodSel
|
||||
withObject: currentValue];
|
||||
if (![exception isKindOfClass: [NSException class]]) {
|
||||
exception = nil;
|
||||
}
|
||||
}
|
||||
else
|
||||
exception = [NSException exceptionWithDAVStatus: 403
|
||||
|
||||
Reference in New Issue
Block a user