Interface | osid.calendaring.Calendar | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A calendar defines a collection of events. | ||
Method | getCalendarRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | calendarRecordType | a calendar record type |
Return | osid.calendaring.records.CalendarRecord | the calendar record | |
Errors | NULL_ARGUMENT | calendarRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(calendarRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |