NAME
Net::Google::Calendar::Person - a thin wrapper round XML::Atom::Person
METHODS
new
name [name]
A simple string value that can be used as a representation of this person.
email [email]
Get or set the email of the person
attendee_status [status]
Get or set the status of event attendee.
See:
http://code.google.com/apis/gdata/elements.html#gdAttendeeStatus
Takes or returns any of the values accepted
, declined
, invited
, tentative
.
attendee_type [type]
Get or set the type of event attendee.
See:
http://code.google.com/apis/gdata/elements.html#gdAttendeeType
Takes or returns any of the values optional
, required
.