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

The vault receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Calendar objects.

MethodnewCalendars
Description

The callback for notifications of new calendars.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcalendarIds the Ids of the new Calendars
Compliancemandatory This method must be implemented.
MethodchangedCalendars
Description

The callback for notification of updated calendars.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcalendarIds the Ids of the updated Calendars
Compliancemandatory This method must be implemented.
MethoddeletedCalendars
Description

The callback for notification of deleted calendars.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcalendarIds the Ids of the deleted Calendars
Compliancemandatory This method must be implemented.
MethodchangedChildOfCalendars
Description

The callback for notifications of changes to children of calendar hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcalendarIds the Ids of the Calendars whose children have changed
Compliancemandatory This method must be implemented.