OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.MeetingTime
Implementsosid.OsidCapsule
Description

An individual meeting time.

MethodgetDate
Description

Gets the date.

Returnosid.calendaring.DateTimethe date
CompliancemandatoryThis method must be implemented.
MethodgetLocationDescription
Description

Gets a descriptive text for the location.

Returnosid.locale.DisplayTexta location description
CompliancemandatoryThis method must be implemented.
MethodhasLocation
Description

Tests if a location is available.

Returnboolean true if a location is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetLocationId
Description

Gets the location Id .

Returnosid.id.Ida location Id
ErrorsILLEGAL_STATE hasLocation() is false
CompliancemandatoryThis method must be implemented.
MethodgetLocation
Description

Gets the Location.

Returnosid.mapping.Locationa location
ErrorsILLEGAL_STATE hasLocation() is false
OPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.