Package | com.distriqt.extension.calendar.objects |
Class | public class Attendee |
Inheritance | Attendee Object |
This class represents an attendee or participant in an event. This is generally someone who has been invited to attend the event.
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Attendee()
Constructor
| Attendee |
Constant | Defined 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 |
public var email:String
The email address of the attendee
name | property |
public var name:String
The name of the attendee
status | property |
public var status:int = 0
The attendance status of the attendee
Attendee | () | Constructor |
public function Attendee()
Constructor
STATUS_ACCEPTED | Constant |
public static const STATUS_ACCEPTED:int = 1
Accepted the event
STATUS_COMPLETED | Constant |
public static const STATUS_COMPLETED:int = 5
The event has completed
STATUS_DECLINED | Constant |
public static const STATUS_DECLINED:int = 2
Declined the event invitation
STATUS_DELEGATED | Constant |
public static const STATUS_DELEGATED:int = 7
The attendee has delegated the event to another attendee
STATUS_INPROCESS | Constant |
public static const STATUS_INPROCESS:int = 6
The event in in process
STATUS_INVITED | Constant |
public static const STATUS_INVITED:int = 3
Has been invited to the event
STATUS_NONE | Constant |
public static const STATUS_NONE:int = 0
Unknown status
STATUS_TENTATIVE | Constant |
public static const STATUS_TENTATIVE:int = 4
Is tentatively attending the event