mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-27 11:16:51 +02:00
Changed default attendee status
This commit is contained in:
@@ -356,8 +356,8 @@ public class CalendarHelper {
|
||||
avalues.put(CalendarContract.Attendees.ATTENDEE_STATUS, CalendarContract.Attendees.ATTENDEE_STATUS_DECLINED);
|
||||
else if ("TENTATIVE".equals(pstatus))
|
||||
avalues.put(CalendarContract.Attendees.ATTENDEE_STATUS, CalendarContract.Attendees.ATTENDEE_STATUS_TENTATIVE);
|
||||
else if ("NEEDS-ACTION".equals(pstatus))
|
||||
avalues.put(CalendarContract.Attendees.ATTENDEE_STATUS, CalendarContract.Attendees.ATTENDEE_STATUS_NONE);
|
||||
else // NEEDS-ACTION
|
||||
avalues.put(CalendarContract.Attendees.ATTENDEE_STATUS, CalendarContract.Attendees.ATTENDEE_STATUS_INVITED);
|
||||
|
||||
avalues.put(CalendarContract.Attendees.EVENT_ID, eventId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user