Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Enumerations of FreeBusy type.

Enumeration Members

Name Description

FREE

The freebusy type is free.

OUTSIDE_AVAILABLE_HOURS

The freebusy type is outside available hours.

TENTATIVE

The freebusy type is tentative.

UNKNOWN

The freebusy type is unknown.

BUSY

The freebusy type is busy.

OUT_OF_OFFICE

The freebusy type is out of office.

XML Schema


<xs:simpleType name="freeBusyType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="FREE"/>
        <xs:enumeration value="OUTSIDE_AVAILABLE_HOURS"/>
        <xs:enumeration value="TENTATIVE"/>
        <xs:enumeration value="UNKNOWN"/>
        <xs:enumeration value="BUSY"/>
        <xs:enumeration value="OUT_OF_OFFICE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to freeBusyType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions