Changed default attendee status

This commit is contained in:
M66B
2025-06-11 18:49:46 +02:00
parent a1f567eab0
commit 57060b0619

View File

@@ -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);