![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
A user can include a BookableResource in a calendar event.
By doing so, the resource will be marked as reserved for the timeslot.
A meeting within the resource calendar is typically initiated by a user.
The fields that can be returned with the various projections are:
For EMPTY projection
The above list represents a subset of all attributes available in a BookableResource. Other attributes will be included in the snapshot according to the definition of the projection for the parent classes.
| Name | Type | Required | Description |
|---|---|---|---|
approvers |
![]() |
The Approvers of the BookableResource |
Inherits From
Applied Markers
<xs:complexType name="bookableResource">
<xs:complexContent>
<xs:extension base="tns:internalResource">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="approvers" type="tns:organizationUser"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | BookableResource | Read |
| Response | BookableResource | Read Batch |
| Request | BookableResource | Read Batch |

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices