- 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 the#attendeesProperty()by parsing a vararg of iCalendar content text representing individualAttendeeobjects.default TwithAttendees(List<Attendee> attendees) Sets the value of the#attendeesProperty()}default TwithAttendees(Attendee... attendees) Sets the value of the#attendeesProperty()from a vararg ofAttendeeobjects.Methods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toStringMethods 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 the#attendeesProperty()}- Returns:
- - this class for chaining
-
withAttendees
Sets the value of the#attendeesProperty()from a vararg ofAttendeeobjects.- Returns:
- - this class for chaining
-
withAttendees
Sets the value of the
#attendeesProperty()by parsing a vararg of iCalendar content text representing individualAttendeeobjects.- Returns:
- - this class for chaining
-