Package org.ical4j.template.vevent
Class Meeting
- java.lang.Object
-
- org.ical4j.template.AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
-
- org.ical4j.template.vevent.Meeting
-
- All Implemented Interfaces:
FluentCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
public class Meeting extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
Creates aVEvent
representing a meeting of one or more attendees.
-
-
Constructor Summary
Constructors Constructor Description Meeting(String summary, ZonedDateTime start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Meeting
attendee(net.fortuna.ical4j.model.component.Participant participant, net.fortuna.ical4j.model.parameter.Role role)
Meeting
chair(net.fortuna.ical4j.model.component.Participant participant)
<T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>>
TgetFluentTarget()
Meeting
location(net.fortuna.ical4j.model.component.VLocation location)
Meeting
optional(net.fortuna.ical4j.model.component.Participant participant)
Meeting
required(net.fortuna.ical4j.model.component.Participant participant)
Meeting
resource(net.fortuna.ical4j.model.component.VResource resource)
Meeting
withAgenda(Html agenda)
Meeting
withAgenda(Html agenda, boolean deriveDescription)
Attach an agenda to the meeting, and if required derive the DESCRIPTION and STYLED-DESCRIPTION properties from the agenda content.-
Methods inherited from class org.ical4j.template.AbstractCalendarTemplate
getRevisions, toCalendar, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ical4j.template.FluentCalendarTemplate
withRevision
-
-
-
-
Constructor Detail
-
Meeting
public Meeting(String summary, ZonedDateTime start)
-
-
Method Detail
-
getFluentTarget
public <T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>> T getFluentTarget()
-
required
public Meeting required(net.fortuna.ical4j.model.component.Participant participant)
-
optional
public Meeting optional(net.fortuna.ical4j.model.component.Participant participant)
-
chair
public Meeting chair(net.fortuna.ical4j.model.component.Participant participant)
-
attendee
public Meeting attendee(net.fortuna.ical4j.model.component.Participant participant, net.fortuna.ical4j.model.parameter.Role role)
-
location
public Meeting location(net.fortuna.ical4j.model.component.VLocation location)
-
resource
public Meeting resource(net.fortuna.ical4j.model.component.VResource resource)
-
-