OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.RecurringEventEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRecurringEventEnablers
Description

The callback for notifications of new recurring event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventEnablerIdsthe Id of the new RecurringEventEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedRecurringEventEnablers
Description

The callback for notification of updated recurring event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventEnablerIdsthe Id of the updated RecurringEventEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedRecurringEventEnablers
Description

The callback for notification of deleted recurring event enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventEnablerIdsthe Id of the deleted RecurringEventEnablers
CompliancemandatoryThis method must be implemented.