Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.26 KB

person.md

File metadata and controls

39 lines (20 loc) · 1.26 KB

vobject.person(name)

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

person.setMail(mail)

The contact email address for the person.

person.getMail()
  • returns the mail value of the person

The contact email address for the person.