- Change role from CHAIR to REQ-PARTICIPANT when adding attendees via PeopleSearch - Keep CHAIR role only for organizers
This commit is contained in:
@@ -42,7 +42,7 @@ export default function UserSearch({
|
||||
cal_address: a.email,
|
||||
partstat: "NEED_ACTION",
|
||||
rsvp: "FALSE",
|
||||
role: "CHAIR",
|
||||
role: "REQ-PARTICIPANT",
|
||||
cutype: "INDIVIDUAL",
|
||||
}))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user