MeetingInvitee
public struct MeetingInvitee
The struct of a calendar meeting invitee
Since
3.2.0-
The contact id of the meeting invitee
Declaration
Swift
public private(set) var contactId: String { get }
-
The display name of the meeting invitee
Declaration
Swift
public private(set) var displayName: String { get }
-
The response of the meeting invitee as a
InviteeResponse
Declaration
Swift
public private(set) var response: InviteeResponse { get }
-
The external domain, if the meeting invitee belongs to one
Declaration
Swift
public private(set) var externalDomain: String { get }