|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.Component
net.fortuna.ical4j.model.component.CalendarComponent
net.fortuna.ical4j.model.component.VEvent
edu.yale.its.tp.portlets.calendar.CalendarEvent
public class CalendarEvent
Wraps the VEvent calendar class to provide extra information.
| Field Summary |
|---|
| Fields inherited from class net.fortuna.ical4j.model.Component |
|---|
AVAILABLE, BEGIN, END, EXPERIMENTAL_PREFIX, VALARM, VAVAILABILITY, VEVENT, VFREEBUSY, VJOURNAL, VTIMEZONE, VTODO, VVENUE |
| Constructor Summary | |
|---|---|
CalendarEvent()
Default constructor. |
|
CalendarEvent(net.fortuna.ical4j.model.Date start,
net.fortuna.ical4j.model.Date end,
java.lang.String summary)
Construct a new CalendarEvent. |
|
CalendarEvent(net.fortuna.ical4j.model.Date start,
net.fortuna.ical4j.model.Dur duration,
java.lang.String summary)
Construct a new CalendarEvent. |
|
CalendarEvent(net.fortuna.ical4j.model.Date start,
java.lang.String summary)
Construct a new CalendarEvent. |
|
CalendarEvent(java.lang.Long calendarId,
net.fortuna.ical4j.model.PropertyList properties)
Construct a new CalendarEvent. |
|
CalendarEvent(net.fortuna.ical4j.model.PropertyList properties)
Construct a new CalendarEvent. |
|
CalendarEvent(net.fortuna.ical4j.model.PropertyList properties,
net.fortuna.ical4j.model.ComponentList alarms)
Construct a new CalendarEvent. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getCalendarId()
Get the ID of the CalendarConfiguration that produced this event. |
boolean |
isAllDay()
Determines whether this event is an "all-day" event or not. |
void |
setCalendarId(java.lang.Long calendarId)
Set the ID of the CalendarConfiguration that produced this event. |
| Methods inherited from class net.fortuna.ical4j.model.component.VEvent |
|---|
copy, equals, getAlarms, getClassification, getConsumedTime, getConsumedTime, getCreated, getDateStamp, getDescription, getDuration, getEndDate, getEndDate, getGeographicPos, getLastModified, getLocation, getOccurrence, getOrganizer, getPriority, getRecurrenceId, getSequence, getStartDate, getStatus, getSummary, getTransparency, getUid, getUrl, hashCode, toString, validate, validateAdd, validateCancel, validateCounter, validateDeclineCounter, validatePublish, validateRefresh, validateReply, validateRequest |
| Methods inherited from class net.fortuna.ical4j.model.Component |
|---|
calculateRecurrenceSet, getName, getProperties, getProperties, getProperty, validate, validateProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarEvent()
public CalendarEvent(net.fortuna.ical4j.model.Date start,
net.fortuna.ical4j.model.Date end,
java.lang.String summary)
start - the start date of the new eventend - the end date of the new eventsummary - the event summary
public CalendarEvent(net.fortuna.ical4j.model.Date start,
net.fortuna.ical4j.model.Dur duration,
java.lang.String summary)
start - the start date of the new eventduration - the duration of the new eventsummary - the event summary
public CalendarEvent(net.fortuna.ical4j.model.Date start,
java.lang.String summary)
start - the start date of the new eventsummary - the event summary
public CalendarEvent(java.lang.Long calendarId,
net.fortuna.ical4j.model.PropertyList properties)
calendarId - id of the CalendarConfiguration that produced this eventproperties - list of event properties
public CalendarEvent(net.fortuna.ical4j.model.PropertyList properties,
net.fortuna.ical4j.model.ComponentList alarms)
properties - list of event propertiesalarms - list of alarmspublic CalendarEvent(net.fortuna.ical4j.model.PropertyList properties)
properties - list of event properties| Method Detail |
|---|
public java.lang.Long getCalendarId()
public void setCalendarId(java.lang.Long calendarId)
CalendarConfiguration - idpublic boolean isAllDay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||