Caldav: fix 2991030 tasks disappeared

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1023 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-23 15:16:05 +00:00
parent ffdaab386b
commit 93d8eef377
1 changed files with 2 additions and 0 deletions

View File

@ -2724,6 +2724,8 @@ public class ExchangeSession {
// check ics content
try {
event.getICS();
// getICS success => add event or task
events.add(event);
} catch (HttpException e) {
// invalid event: exclude from list
LOGGER.warn("Invalid event " + event.displayName + " found at " + response.getHref(), e);