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

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

MethodnewEvents
Description

The callback for notifications of new events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListeventIds the Ids of the new Events
Compliancemandatory This method must be implemented.
MethodchangedEvents
Description

The callback for notification of updated events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListeventIds the Ids of the updated Events
Compliancemandatory This method must be implemented.
MethoddeletedEvents
Description

The callback for notification of deleted events.

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