mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
Caldav: Fix bug 2907350, multiple calendar support issue with iCal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@879 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
ce6906f666
commit
394e01c987
@ -1374,7 +1374,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
if (subFolder == null || subFolder.length() == 0) {
|
||||
return getExchangeFolderPath();
|
||||
} else {
|
||||
return session.buildCalendarPath(getPathElement(2), subFolder);
|
||||
return getExchangeFolderPath()+'/'+subFolder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user