Reflect attendee type with generic icon

This commit is contained in:
Francis Lachapelle
2019-07-04 15:10:41 -04:00
parent 5f08b25d9c
commit e24082183f
6 changed files with 29 additions and 10 deletions
@@ -169,6 +169,8 @@
uid: card.c_uid,
domain: card.c_domain,
isMSExchange: card.ismsexchange,
isGroup: card.$isList(),
isResource: card.isresource,
name: card.c_cn,
email: card.$preferredEmail(),
role: Attendees.ROLES.REQ_PARTICIPANT,