mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-13 22:48:07 -05:00
Caldav: fix private events filter condition
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@996 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
0dc6a3547d
commit
9156bb8a60
@ -2601,7 +2601,7 @@ public class ExchangeSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String privateCondition = "";
|
String privateCondition = "";
|
||||||
if (!isSharedFolder(folderPath)) {
|
if (isSharedFolder(folderPath)) {
|
||||||
LOGGER.debug("Shared or public calendar: exclude private events");
|
LOGGER.debug("Shared or public calendar: exclude private events");
|
||||||
privateCondition = " AND \"http://schemas.microsoft.com/exchange/sensitivity\" = 0\n";
|
privateCondition = " AND \"http://schemas.microsoft.com/exchange/sensitivity\" = 0\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user