public class CalendarDisplayEvent extends Object implements Comparable<CalendarDisplayEvent>
CalendarDisplayEvent instance would be created for each day the event occurs
on.| Constructor and Description |
|---|
CalendarDisplayEvent(net.fortuna.ical4j.model.component.VEvent event,
org.joda.time.Interval eventInterval,
org.joda.time.Interval theSpecificDay,
org.joda.time.format.DateTimeFormatter df,
org.joda.time.format.DateTimeFormatter tf)
Constructs an object from specified data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CalendarDisplayEvent event) |
boolean |
equals(Object o) |
String |
getDateEndTime() |
String |
getDateStartTime() |
org.joda.time.DateTime |
getDayEnd() |
org.joda.time.DateTime |
getDayStart() |
String |
getDescription() |
String |
getEndDate() |
String |
getEndTime() |
String |
getLocation() |
String |
getStartDate() |
String |
getStartTime() |
String |
getSummary() |
int |
hashCode() |
boolean |
isAllDay() |
boolean |
isMultiDay() |
public CalendarDisplayEvent(net.fortuna.ical4j.model.component.VEvent event,
org.joda.time.Interval eventInterval,
org.joda.time.Interval theSpecificDay,
org.joda.time.format.DateTimeFormatter df,
org.joda.time.format.DateTimeFormatter tf)
event - "Raw" Event objecteventInterval - Interval portion of the event that applies to this specific daytheSpecificDay - Interval of the specific day in questiondf - date formatter to represent date displaystf - time formatter to represent time displayspublic String getSummary()
public String getDescription()
public String getLocation()
public String getDateStartTime()
public String getDateEndTime()
public String getStartTime()
public String getEndTime()
public String getStartDate()
public String getEndDate()
public boolean isAllDay()
public boolean isMultiDay()
public org.joda.time.DateTime getDayStart()
public org.joda.time.DateTime getDayEnd()
public int compareTo(CalendarDisplayEvent event)
compareTo in interface Comparable<CalendarDisplayEvent>Copyright © 2018 Apereo. All Rights Reserved.