public interface CalendarEvent extends Post<CalendarConfiguration>
Comment.ModeratorActions, Comment.ModeratorStatus, Comment.Tag
LAST_SELF_MOD_BY, PN_COMPOSED_BY, PN_COMPOSED_FOR, PN_SUBJECT, POST_POSTFIX
COMMENT_RESOURCETYPE, COMMENTCOLLECTION_RESOURCETYPE, JSON_EXTENSION, NODE_TYPE, PROP_APPROVED, PROP_REFERER, PROP_SPAM, PROP_USE_REFERRER_URL, SOCO_SELECTOR
CSV_SELECTOR, DEFAULT_SELECTOR, INDEX_SELECTOR, QUERY_SELECTOR, TRANSLATE_SELECTOR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCalendarId()
Get this Event parent id.
|
java.util.Calendar |
getEnd()
Returns the end date of the event.
|
boolean |
getIsMultiday()
Checks if the event is multiday event.
|
java.lang.String |
getLocaleDateFormat() |
java.lang.String |
getLocaleLongDateFormat() |
java.lang.String |
getLocaleTimeFormat() |
java.util.Calendar |
getStart()
Returns the start date of the event.
|
java.lang.String |
getUid()
Returns the icalendar UID, which is a globally unique identifier for events.
|
boolean |
isDate()
Returns if this event is an all-day event.
|
boolean |
isRecurrence()
Returns whether this event is the recurring instance of an event with recurring rule(s).
|
boolean |
isRecurringSeries()
Returns if this event is part of a recurring series.
|
getForumId, getFriendlyUrl, getLastModifiedUser, getLatestPost, getPageInfo, getSubject, getViewCounts, isClosed, isForumClosed, isTopic, isTopicClosed, setLatestPost, setNumReplies
getAttachment, getAttachments, getAuthor, getCanDelete, getCanEdit, getCanReply, getCanTranslate, getConfiguration, getCreated, getCurrentUserFlagText, getFlagReasons, getMessage, getModeratorActions, getModeratorStatus, getParentId, getPublishDate, getReferrerUrl, getSourceComponentId, getState, getTags, getTranslationAttribution, getTranslationDescription, getTranslationDisplay, getTranslationTitle, getUseFlagReasons, getVotes, isApproved, isDraft, isFeatured, isFlaggedByUser, isPinned, isScheduled, isTopLevel, isUserModerator, isVisible
getItems, getTotalSize, setPagination, setSortedOrder
getAsMap, getId, getParentComponent, getProperties, getProperty, getProperty, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
java.lang.String getUid()
java.util.Calendar getStart()
isDate()
will return true and the time
part can be ignored.java.util.Calendar getEnd()
isDate()
will return true and the time
part can be ignored.boolean isDate()
boolean isRecurringSeries()
true
if this is the original
event that defines a recurrence or if it is a recurring event instance}.true
if this event is part of a recurring seriesboolean isRecurrence()
false
. To find out if an event is part of a recurring series, usetrue
if this is a recurrence, false
if this is the original event
isRecurringSeries()
.
Recurring events are copied into the JCR for each instance to allow for simpler display and search, without the need to dynamically re-calculate the recurrence on each read access.
isRecurringSeries()
boolean getIsMultiday()
java.lang.String getCalendarId()
java.lang.String getLocaleDateFormat()
java.lang.String getLocaleLongDateFormat()
java.lang.String getLocaleTimeFormat()
Copyright © 2010 - 2020 Adobe. All Rights Reserved