mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Explicitly set attendee role
This commit is contained in:
@@ -192,6 +192,7 @@ import biweekly.component.VEvent;
|
||||
import biweekly.io.WriteContext;
|
||||
import biweekly.io.scribe.property.RecurrenceRuleScribe;
|
||||
import biweekly.parameter.ParticipationStatus;
|
||||
import biweekly.parameter.Role;
|
||||
import biweekly.property.Attendee;
|
||||
import biweekly.property.CalendarScale;
|
||||
import biweekly.property.Created;
|
||||
@@ -4164,7 +4165,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
Attendee attendee = new Attendee(name, email);
|
||||
//attendee.setCalendarUserType(CalendarUserType.INDIVIDUAL);
|
||||
//attendee.setRole(Role.ATTENDEE);
|
||||
attendee.setRole(Role.ATTENDEE);
|
||||
//attendee.setRsvp(true);
|
||||
|
||||
String status = null;
|
||||
|
||||
Reference in New Issue
Block a user