Uses of Interface
org.osid.calendaring.RecurringEvent
Packages that use RecurringEvent
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
-
Uses of RecurringEvent in org.osid.calendaring
Methods in org.osid.calendaring that return RecurringEventModifier and TypeMethodDescriptionRecurringEventAdminSession.createRecurringEvent(RecurringEventForm recurringEventForm) Creates a newRecurringEvent.RecurringEventList.getNextRecurringEvent()Gets the nextRecurringEventin this list.RecurringEventList.getNextRecurringEvents(long n) Gets the next set ofRecurringEventelements in this list which must be less than or equal to the number returned fromavailable().RecurringEventLookupSession.getRecurringEvent(Id recurringEventId) Gets theRecurringEventspecified by itsId.RecurringEventUnravellingSession.getRecurringEventByEvent(Id eventId) Gets the recurring event where the given eventIdwas issued as part of the recurring series.