OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventIdsthe Ids of the new RecurringEvents
CompliancemandatoryThis method must be implemented.
MethodchangedRecurringEvents
Description

The callback for notification of updated recurring events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventIdsthe Ids of the updated RecurringEvents
CompliancemandatoryThis method must be implemented.
MethoddeletedRecurringEvents
Description

The callback for notification of deleted recurring events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecurringEventIdsthe Ids of the deleted RecurringEvents
CompliancemandatoryThis method must be implemented.