Packagecom.distriqt.extension.calendar.objects
Classpublic class Attendee
InheritanceAttendee Inheritance Object

This class represents an attendee or participant in an event. This is generally someone who has been invited to attend the event.



Public Properties
 PropertyDefined By
  email : String
The email address of the attendee
Attendee
  name : String
The name of the attendee
Attendee
  status : int = 0
The attendance status of the attendee
Attendee
Public Methods
 MethodDefined By
  
Constructor
Attendee
Public Constants
 ConstantDefined By
  STATUS_ACCEPTED : int = 1
[static] Accepted the event
Attendee
  STATUS_COMPLETED : int = 5
[static] The event has completed
Attendee
  STATUS_DECLINED : int = 2
[static] Declined the event invitation
Attendee
  STATUS_DELEGATED : int = 7
[static] The attendee has delegated the event to another attendee
Attendee
  STATUS_INPROCESS : int = 6
[static] The event in in process
Attendee
  STATUS_INVITED : int = 3
[static] Has been invited to the event
Attendee
  STATUS_NONE : int = 0
[static] Unknown status
Attendee
  STATUS_TENTATIVE : int = 4
[static] Is tentatively attending the event
Attendee
Property Detail
emailproperty
public var email:String

The email address of the attendee

nameproperty 
public var name:String

The name of the attendee

statusproperty 
public var status:int = 0

The attendance status of the attendee

Constructor Detail
Attendee()Constructor
public function Attendee()

Constructor

Constant Detail
STATUS_ACCEPTEDConstant
public static const STATUS_ACCEPTED:int = 1

Accepted the event

STATUS_COMPLETEDConstant 
public static const STATUS_COMPLETED:int = 5

The event has completed

STATUS_DECLINEDConstant 
public static const STATUS_DECLINED:int = 2

Declined the event invitation

STATUS_DELEGATEDConstant 
public static const STATUS_DELEGATED:int = 7

The attendee has delegated the event to another attendee

STATUS_INPROCESSConstant 
public static const STATUS_INPROCESS:int = 6

The event in in process

STATUS_INVITEDConstant 
public static const STATUS_INVITED:int = 3

Has been invited to the event

STATUS_NONEConstant 
public static const STATUS_NONE:int = 0

Unknown status

STATUS_TENTATIVEConstant 
public static const STATUS_TENTATIVE:int = 4

Is tentatively attending the event