OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.RecurringEventReceiver
Implementsosid.OsidReceiver
Description

The recurring event receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted RecurringEvents.

MethodnewRecurringEvents
Description

The callback for notifications of new recurring events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecurringEventIds the Ids of the new RecurringEvents
Compliancemandatory This method must be implemented.
MethodchangedRecurringEvents
Description

The callback for notification of updated recurring events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecurringEventIds the Ids of the updated RecurringEvents
Compliancemandatory This method must be implemented.
MethoddeletedRecurringEvents
Description

The callback for notification of deleted recurring events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecurringEventIds the Ids of the deleted RecurringEvents
Compliancemandatory This method must be implemented.