|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarEventRecurrence | |
---|---|
com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
com.silverpeas.export.ical.ical4j | Provides an implementation of the iCal exporting process by using the ICal4J Java library. |
Uses of CalendarEventRecurrence in com.silverpeas.calendar |
---|
Fields in com.silverpeas.calendar declared as CalendarEventRecurrence | |
---|---|
static CalendarEventRecurrence |
CalendarEventRecurrence.NO_RECURRENCE
A constant that defines a specific value for an empty recurrence. |
Methods in com.silverpeas.calendar that return CalendarEventRecurrence | |
---|---|
static CalendarEventRecurrence |
CalendarEventRecurrence.anEventRecurrence(RecurrencePeriod period)
Creates a new event recurrence by specifying the recurrence period at which the event should recur. |
static CalendarEventRecurrence |
CalendarEventRecurrence.every(int frequencyValue,
TimeUnit frequencyUnit)
Creates a new event recurrence from the specified frequency. |
static CalendarEventRecurrence |
CalendarEventRecurrence.every(TimeUnit frequencyUnit)
Creates a new event recurrence from the specified frequency. |
CalendarEventRecurrence |
CalendarEventRecurrence.excludeEventOccurrencesStartingAt(Datable<?>... datables)
Excludes from this recurrence rule the occurrences of the event starting at the specified dates. |
CalendarEventRecurrence |
CalendarEvent.getRecurrence()
Gets the recurrence of this recurring event. |
CalendarEventRecurrence |
CalendarEventRecurrence.on(DayOfWeek... days)
Sets some specific days of week at which the event should periodically occur. |
CalendarEventRecurrence |
CalendarEventRecurrence.on(DayOfWeekOccurrence... days)
Sets some specific occurrences of day of week at which the event should periodically occur within monthly or yearly period. |
CalendarEventRecurrence |
CalendarEventRecurrence.on(List<DayOfWeekOccurrence> days)
Sets some specific occurrences of day of week at which the event should periodically occur within monthly or yearly period. |
CalendarEventRecurrence |
CalendarEventRecurrence.upTo(Datable<?> endDate)
Sets a terminaison to this recurrence by specifying an end date of the recurrence. |
CalendarEventRecurrence |
CalendarEventRecurrence.upTo(int recurrenceCount)
Sets a terminaison to this recurrence by specifying the number of time the event should recur. |
Methods in com.silverpeas.calendar with parameters of type CalendarEventRecurrence | |
---|---|
CalendarEvent |
CalendarEvent.recur(CalendarEventRecurrence recurrence)
Recurs this event with the specified event recurrence. |
Uses of CalendarEventRecurrence in com.silverpeas.export.ical.ical4j |
---|
Methods in com.silverpeas.export.ical.ical4j with parameters of type CalendarEventRecurrence | |
---|---|
net.fortuna.ical4j.model.Recur |
ICal4JRecurrenceCodec.encode(CalendarEventRecurrence eventRecurrence)
Encodes the specified Silverpeas event recurrence into an iCal4J recurrence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |