OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.MeetingTime
Implementsosid.OsidCapsule
Used Byosid.calendaring.MeetingTimeList
Description

An individual meeting time.

MethodgetDate
Description

Gets the date.

Returnosid.calendaring.DateTime the date
Compliancemandatory This method must be implemented.
MethodgetLocationDescription
Description

Gets a descriptive text for the location.

Returnosid.locale.DisplayText a location description
Compliancemandatory This method must be implemented.
MethodhasLocation
Description

Tests if a location is available.

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

Gets the location Id.

Returnosid.id.Id a location Id
ErrorsILLEGAL_STATE hasLocation() is false
Compliancemandatory This method must be implemented.
MethodgetLocation
Description

Gets the Location.

Returnosid.mapping.Location a location
ErrorsILLEGAL_STATE hasLocation() is false
OPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.