fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639

This commit is contained in:
smizrahi
2022-12-13 11:08:43 +01:00
parent 435495f007
commit 6ee8f764e9
3 changed files with 26 additions and 1 deletions
+3
View File
@@ -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