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

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

MethodnewSchedules
Description

The callback for notifications of new schedules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListscheduleIdsthe Ids of the new Schedules
CompliancemandatoryThis method must be implemented.
MethodchangedSchedules
Description

The callback for notification of updated schedules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListscheduleIdsthe Ids of the updated Schedules
CompliancemandatoryThis method must be implemented.
MethoddeletedSchedules
Description

The callback for notification of deleted schedules.

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