mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
Caldav: flag ORGANIZER participant status as ACCEPTED instead of NEEDS-ACTION
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2170 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
d3540d0487
commit
aa11250d60
@ -905,7 +905,7 @@ public abstract class EWSMethod extends PostMethod {
|
||||
}
|
||||
|
||||
public static String responseTypeToPartstat(String responseType) {
|
||||
if ("Accept".equals(responseType)) {
|
||||
if ("Accept".equals(responseType) || "Organizer".equals(responseType)) {
|
||||
return "ACCEPTED";
|
||||
} else if ("Tentative".equals(responseType)) {
|
||||
return "TENTATIVE";
|
||||
|
Loading…
Reference in New Issue
Block a user