mirror of https://github.com/M66B/FairEmail.git
Added confirmed status to calendar share
This commit is contained in:
parent
65f256a4eb
commit
1d240e7497
|
@ -1941,6 +1941,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
if (location != null)
|
||||
intent.putExtra(CalendarContract.Events.EVENT_LOCATION, location);
|
||||
|
||||
intent.putExtra(CalendarContract.Events.STATUS, CalendarContract.Events.STATUS_CONFIRMED);
|
||||
|
||||
if (attendee.size() > 0)
|
||||
intent.putExtra(Intent.EXTRA_EMAIL, TextUtils.join(",", attendee));
|
||||
|
||||
|
|
Loading…
Reference in New Issue