| Interface | osid.calendaring.RecurringEventReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The recurring event receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newRecurringEvents | ||
| Description |
The callback for notifications of new recurring events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventIds | the Ids of the new RecurringEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRecurringEvents | ||
| Description |
The callback for notification of updated recurring events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventIds | the Ids of the updated RecurringEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRecurringEvents | ||
| Description |
The callback for notification of deleted recurring events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | recurringEventIds | the Ids of the deleted RecurringEvents | |
| Compliance | mandatory | This method must be implemented. | |