Interface VAttendee<T>
- Type Parameters:
T- concrete subclass
- All Superinterfaces:
VChild, VComponent, VElement, VParent
- All Known Implementing Classes:
NonStandardComponent, VAlarm, VDisplayable, VEvent, VFreeBusy, VJournal, VLocatable, VPersonal, VTodo
Interface for
Attendee property-
Method Summary
Modifier and TypeMethodDescriptionThis property defines an "Attendee" within a calendar component.
RFC 5545 iCalendar 3.8.4.1 page 107voidsetAttendees(List<Attendee> properties) default TwithAttendees(String... attendees) Sets the value of theby parsing a vararg of iCalendar content text representing individualinvalid reference
#attendeesProperty()Attendeeobjects.default TwithAttendees(List<Attendee> attendees) Sets the value of the}invalid reference
#attendeesProperty()default TwithAttendees(Attendee... attendees) Sets the value of thefrom a vararg ofinvalid reference
#attendeesProperty()Attendeeobjects.Methods inherited from interface VComponent
calendarList, toStringMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Method Details
-
getAttendees
This property defines an "Attendee" within a calendar component.
RFC 5545 iCalendar 3.8.4.1 page 107Examples:
- ATTENDEE;MEMBER="mailto:DEV-GROUP@example.com":
mailto:joecool@example.com - ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;CN=Jane Doe
:mailto:jdoe@example.com
- ATTENDEE;MEMBER="mailto:DEV-GROUP@example.com":
-
setAttendees
-
withAttendees
-
withAttendees
-
withAttendees
-