Tellier Benoit created JAMES-2100:
-------------------------------------

             Summary: ICAL 4J needs to be configured in a lenient fashion
                 Key: JAMES-2100
                 URL: https://issues.apache.org/jira/browse/JAMES-2100
             Project: James Server
          Issue Type: Bug
            Reporter: Tellier Benoit


Apparently this need to be done through a global configuration change:

{code:java}
CompatibilityHints.setHintEnabled(CompatibilityHints.KEY_RELAXED_PARSING, true);
{code}

We also need to write additional unit tests for ICalendarParser.

List of unsupported items: VEVENT, VTIMEZONE,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to