This is a base structure of a person object. Person should only be instantiated by one of it's subclasses: attendee
or organizer
name
the name of the person object. Ex:ATTENDEE
,ORGANIZER
person.setCUType(type) RFC
type
to set for the person. Ex: INDIVIDUAL
person.getCUType() RFC
- returns the CUTYPE parameter of the person
person.setCN(cn) RFC
cn
to set for the person. Ex: Joey Dong
person.getCN() RFC
- returns the CN parameter of the person
mail
to set for the person. Ex: joey@sunrise.am
The contact email address for the person.
- returns the mail value of the person
The contact email address for the person.