Package net.bluemind.icalendar.api
Class ICalendarElement.Attendee
java.lang.Object
net.bluemind.icalendar.api.ICalendarElement.Attendee
- Enclosing class:
ICalendarElement
-
Field Summary
Modifier and TypeFieldDescription"CUTYPE", to indicate the type of calendar user"DELEGATED-FROM", to indicate whom the request was delegated from"DELEGATED-TO", to indicate the calendar users that the original request was delegated to;"DIR", to indicate the URI that points to the directory information corresponding to the attendee.boolean
"MEMBER", to indicate the groups that the attendee belongs to"PARTSTAT", for the status of the attendee's participation;Comment by attendee"ROLE", for the intended role that the attendee will have in the calendar component;"RSVP", for indicating whether the favor of a reply is requested; -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static ICalendarElement.Attendee
create
(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto) static ICalendarElement.Attendee
create
(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto, String responseComment) boolean
int
hashCode()
boolean
toString()
-
Field Details
-
cutype
"CUTYPE", to indicate the type of calendar user -
member
"MEMBER", to indicate the groups that the attendee belongs to -
role
"ROLE", for the intended role that the attendee will have in the calendar component; -
partStatus
"PARTSTAT", for the status of the attendee's participation; -
rsvp
"RSVP", for indicating whether the favor of a reply is requested; -
delTo
"DELEGATED-TO", to indicate the calendar users that the original request was delegated to; -
delFrom
"DELEGATED-FROM", to indicate whom the request was delegated from -
sentBy
-
commonName
-
dir
"DIR", to indicate the URI that points to the directory information corresponding to the attendee. -
lang
-
mailto
-
uri
-
internal
public boolean internal -
responseComment
Comment by attendee -
counter
-
-
Constructor Details
-
Attendee
public Attendee()
-
-
Method Details
-
create
public static ICalendarElement.Attendee create(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto) -
create
public static ICalendarElement.Attendee create(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto, String responseComment) -
toString
-
hashCode
public int hashCode() -
equals
-
sameDirOrMailtoAs
-
copy
-