allow external attendees (#141)

* [#122] added external attendees

* fixup! [#122] added external attendees

* fixup! [#122] added external attendees

* Update src/components/Attendees/AttendeeSearch.tsx

---------

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
Co-authored-by: Benoit TELLIER <btellier@linagora.com>
This commit is contained in:
Camille Moussu
2025-09-25 11:25:22 +02:00
committed by GitHub
parent 2f7cf9c797
commit 2c78a037a9
5 changed files with 56 additions and 13 deletions
@@ -105,6 +105,7 @@ export function TempCalendarsInput({
return (
<PeopleSearch
objectTypes={["user"]}
selectedUsers={tempUsers}
onChange={handleUserChange}
onToggleEventPreview={handleToggleEventPreview}