# Titanium.Calendar.Attendee
An object that represents a single attendee of an event.
# Overview
The API supports retrieving information about the attendee of an event.
# Properties
# email READONLY
email :String
The attendee email.
Due to privacy concerns in iOS, this value will be empty if the attendee is the device owner.
# role READONLY
role :Number
The role of the attendee.
This API can be assigned the following constants:
# status READONLY
status :Number
The status of the attendee.
This API can be assigned the following constants:
- Titanium.Calendar.ATTENDEE_STATUS_UNKNOWN
- Titanium.Calendar.ATTENDEE_STATUS_PENDING
- Titanium.Calendar.ATTENDEE_STATUS_ACCEPTED
- Titanium.Calendar.ATTENDEE_STATUS_DECLINED
- Titanium.Calendar.ATTENDEE_STATUS_TENTATIVE
- Titanium.Calendar.ATTENDEE_STATUS_INVITED
- Titanium.Calendar.ATTENDEE_STATUS_NONE
- Titanium.Calendar.ATTENDEE_STATUS_DELEGATED
- Titanium.Calendar.ATTENDEE_STATUS_IN_PROCESS
# type READONLY
type :Number
The type of the attendee.
This API can be assigned the following constants: