@Deprecated public class CalendarEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static CalendarEvent |
NULL_OBJECT
Deprecated.
|
CANCELLED, COMPLETED, CONFIRMED, DRAFT, EVENT_STATUS, FINAL, IN_PROCESS, IS_PRIVATE, IS_PUBLIC, JOURNAL_STATUS, NEEDS_ACTION, PRI_HIGH, PRI_LOW, PRI_MEDIUM, PRI_UNDEFINED, PRIORITY, PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NONE, PRIORITY_NORMAL, REPEATTYPES, RP_DAILY, RP_MONTHLY, RP_NOREPEAT, RP_WEEKEND, RP_WEEKLY, RP_WEEKLY_BYDAY, RP_WORKINGDAYS, RP_YEARLY, ST_AVAILABLE, ST_BUSY, ST_OUTSIDE, TASK_STATUS, TENTATIVE, TYPE_EVENT, TYPE_JOURNAL, TYPE_TASK| Constructor and Description |
|---|
CalendarEvent()
Deprecated.
|
CalendarEvent(CalendarEvent evt)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExceptionId(String id)
Deprecated.
This method will add more excluded id to existed collection
|
static CalendarEvent |
build(Event evt)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getCalType()
Deprecated.
|
Collection<String> |
getExceptionIds()
Deprecated.
This method will return all id excluded event id
|
String[] |
getExcludeId()
Deprecated.
|
Date |
getLastUpdatedTime()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
removeExceptionId(String id)
Deprecated.
|
void |
setCalType(String calType)
Deprecated.
|
void |
setExceptionIds(Collection<String> ids)
Deprecated.
This method will set the collection of excluded event's id to the collection
|
void |
setExcludeId(String[] excludeId)
Deprecated.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
Deprecated.
|
addExclusion, addParticipant, getActivityId, getAttachment, getCalendarId, getCompletedDateTime, getDescription, getEventCategoryId, getEventCategoryName, getEventState, getEventType, getExclusions, getFromDateTime, getInvitation, getInvitations, getIsExceptionOccurrence, getLocation, getMessage, getOriginalReference, getParticipant, getParticipantStatus, getPriority, getRecurrenceId, getReminders, getRepeatByDay, getRepeatByHour, getRepeatByMinute, getRepeatByMonth, getRepeatByMonthDay, getRepeatBySecond, getRepeatBySetPos, getRepeatByWeekNo, getRepeatByYearDay, getRepeatCount, getRepeatInterval, getRepeatType, getRepeatUntilDate, getRepeatWkst, getSendOption, getStatus, getStatusMap, getSummary, getTaskDelegator, getToDateTime, isEventDurationSmallerThanHalfHour, isPrivate, removeExclusion, removeParticipant, setActivityId, setAttachment, setCalendarId, setCompletedDateTime, setDescription, setEventCategoryId, setEventCategoryName, setEventState, setEventType, setExclusions, setFromDateTime, setInvitation, setIsExceptionOccurrence, setLocation, setMessage, setOriginalReference, setParticipant, setParticipantStatus, setPriority, setPrivate, setRecurrenceId, setReminders, setRepeatByDay, setRepeatByHour, setRepeatByMinute, setRepeatByMonth, setRepeatByMonthDay, setRepeatBySecond, setRepeatBySetPos, setRepeatByWeekNo, setRepeatByYearDay, setRepeatCount, setRepeatInterval, setRepeatType, setRepeatUntilDate, setRepeatWkst, setSendOption, setStatus, setStatusMap, setSummary, setTaskDelegator, setToDateTimegetCompositeId, getDS, getId, getLastModified, setDS, setId, setLastModifiedpublic static final CalendarEvent NULL_OBJECT
public CalendarEvent()
public CalendarEvent(CalendarEvent evt)
public void setCalType(String calType)
public String getCalType()
@Deprecated public Date getLastUpdatedTime()
@Deprecated public void setLastUpdatedTime(Date lastUpdatedTime)
public void setExcludeId(String[] excludeId)
excludeId - the excludeId to setsetExceptionIds(Collection)public String[] getExcludeId()
getExceptionIds()public void setExceptionIds(Collection<String> ids)
ids - a collection of id with string typepublic Collection<String> getExceptionIds()
public void addExceptionId(String id)
id - a single id want to add to exited excluded collectionpublic void removeExceptionId(String id)
public static CalendarEvent build(Event evt)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.