|
|
@ -2666,8 +2666,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
if (end != null)
|
|
|
|
if (end != null)
|
|
|
|
intent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, end.getTime());
|
|
|
|
intent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, end.getTime());
|
|
|
|
|
|
|
|
|
|
|
|
if (attendee.size() > 0)
|
|
|
|
// This will result in sending unwanted invites
|
|
|
|
intent.putExtra(Intent.EXTRA_EMAIL, TextUtils.join(",", attendee));
|
|
|
|
//if (attendee.size() > 0)
|
|
|
|
|
|
|
|
// intent.putExtra(Intent.EXTRA_EMAIL, TextUtils.join(",", attendee));
|
|
|
|
|
|
|
|
|
|
|
|
return intent;
|
|
|
|
return intent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|