Uses of Interface
org.osid.calendaring.RecurringEventForm
Packages that use RecurringEventForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of RecurringEventForm in org.osid.calendaring
Methods in org.osid.calendaring that return RecurringEventFormModifier and TypeMethodDescriptionRecurringEventAdminSession.getRecurringEventFormForCreate(Type[] recurringEventRecordTypes) Gets the recurring event form for creating new recurring events.RecurringEventAdminSession.getRecurringEventFormForUpdate(Id recurringEventId) Gets the recurring event form for updating an existing recurring event.Methods in org.osid.calendaring with parameters of type RecurringEventFormModifier and TypeMethodDescriptionRecurringEventAdminSession.createRecurringEvent(RecurringEventForm recurringEventForm) Creates a newRecurringEvent.voidRecurringEventAdminSession.updateRecurringEvent(RecurringEventForm recurringEventForm) Updates an existing recurring event. -
Uses of RecurringEventForm in org.osid.calendaring.batch
Subinterfaces of RecurringEventForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating recurring events in bulk.