iCal Property CLASS:PRIVATE for tasks and events
Brought to you by:
mguessan
When using DavMail to sync with Exchange Server via CalDAV, the iCal property CLASS is not mapped to a tasks private status.
CLASS can be PUBLIC, PRIVATE or CONFIDENTIAL.
DavMail should at least react to CLASS:PRIVATE and return this in case of a private task/event.
Shouldn't this work already?
I just had a look into the sources because of an other bug and there is no mapping for the CLASS property jet =/
Moving to backlog
Not sure how SourceForge handles pulls, so I write the solution right here ;)
EwsExchangeSession.java
+ 1573 updates.add(Field.createFieldUpdate("sensitivity", convertClassToSensitivity(vCalendar.getFirstVeventPropertyValue("CLASS"))));
somewhere at the bottom
Last edit: Khaos 2019-04-17
Thanks for your contribution, if you prefer pull requests you can create one at:
https://github.com/mguessan/davmail