- 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 107void
setAttendees
(List<Attendee> properties) default T
withAttendees
(String... attendees) Sets the value of theinvalid reference
#attendeesProperty()
Attendee
objects.default T
withAttendees
(List<Attendee> attendees) Sets the value of theinvalid reference
#attendeesProperty()
default T
withAttendees
(Attendee... attendees) Sets the value of theinvalid reference
#attendeesProperty()
Attendee
objects.Methods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toString
Methods inherited from interface jfxtras.icalendarfx.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
Sets the value of theinvalid reference
#attendeesProperty()
- Returns:
- - this class for chaining
-
withAttendees
Sets the value of theinvalid reference
#attendeesProperty()
Attendee
objects.- Returns:
- - this class for chaining
-
withAttendees
Sets the value of the
invalid reference
#attendeesProperty()
Attendee
objects.- Returns:
- - this class for chaining
-