|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarEvent | |
---|---|
com.silverpeas.calendar | Provides the objects for handling and scheduling events in a calendar in Silverpeas. |
com.silverpeas.export.ical | Provides an exporter of calendar events into iCal data. |
com.silverpeas.export.ical.ical4j | Provides an implementation of the iCal exporting process by using the ICal4J Java library. |
Uses of CalendarEvent in com.silverpeas.calendar |
---|
Methods in com.silverpeas.calendar that return CalendarEvent | ||
---|---|---|
static
|
CalendarEvent.anEventAt(T startDate)
Creates a new calendar event starting and ending at the specified date. |
|
static
|
CalendarEvent.anEventAt(T startDate,
T endDate)
Creates a new calendar event starting at the specified start date and ending at the specified end date. |
|
CalendarEvent |
CalendarEvent.endingAt(Datable<?> endDate)
Sets an end date to this event. |
|
CalendarEvent |
CalendarEvent.from(SilverpeasContent content)
|
|
CalendarEvent |
CalendarEventOccurrence.getCalendarEvent()
Gets the event to which this occurrence belongs. |
|
CalendarEvent |
CalendarEvent.identifiedBy(String appId,
String eventId)
|
|
CalendarEvent |
CalendarEvent.recur(CalendarEventRecurrence recurrence)
Recurs this event with the specified event recurrence. |
|
CalendarEvent |
CalendarEvent.startingAt(Datable<?> startDate)
Modifies the start date of this event. |
|
CalendarEvent |
CalendarEvent.withAccessLevel(String accessLevel)
Specifies the access level to this event. |
|
CalendarEvent |
CalendarEvent.withDescription(String description)
Sets a description ot this event. |
|
CalendarEvent |
CalendarEvent.withLocation(String location)
Sets a location where this event should occur. |
|
CalendarEvent |
CalendarEvent.withPriority(int priority)
Sets a priority to this event. |
|
CalendarEvent |
CalendarEvent.withTitle(String title)
Sets a title to this event. |
|
CalendarEvent |
CalendarEvent.withUrl(URL url)
Gets the URL of a resource describing or representing this event. |
Constructors in com.silverpeas.calendar with parameters of type CalendarEvent | |
---|---|
CalendarEventOccurrence(CalendarEvent event,
Date startDate,
Date endDate)
Constructs a new occurrence from the specified calendar event, starting and ending at the specified dates. |
Uses of CalendarEvent in com.silverpeas.export.ical |
---|
Methods in com.silverpeas.export.ical that return types with arguments of type CalendarEvent | |
---|---|
List<CalendarEvent> |
ExportableCalendar.getEvents()
Gets the events to export. |
Methods in com.silverpeas.export.ical with parameters of type CalendarEvent | |
---|---|
static ExportableCalendar |
ExportableCalendar.with(CalendarEvent... event)
Creates a new calendar ready to be exported with the specified calendar events. |
Method parameters in com.silverpeas.export.ical with type arguments of type CalendarEvent | |
---|---|
String |
ICalCodec.encode(List<CalendarEvent> events)
Encodes the specified events in a calendar into the iCal format. |
static ExportableCalendar |
ExportableCalendar.with(Collection<CalendarEvent> events)
Creates a new calendar ready to be exported with the specified calendar events. |
Uses of CalendarEvent in com.silverpeas.export.ical.ical4j |
---|
Method parameters in com.silverpeas.export.ical.ical4j with type arguments of type CalendarEvent | |
---|---|
String |
ICal4JICalCodec.encode(List<CalendarEvent> events)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |