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

The callback for notification of updated events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListeventIdsthe Ids of the updated Events
CompliancemandatoryThis method must be implemented.
MethoddeletedEvents
Description

The callback for notification of deleted events.

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