![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Calendars are located in a Workspace. Every user and resource have a default Calendar. A TeamWorkspace can also have a default Calendar. The system inserts new meeting invitations it generates for a specified participant in the default Calendar. There can many Calendars per Workspace, but only one default Calendar.
| Name | Type | Required | Description |
|---|---|---|---|
allowDoubleBooking |
![]() |
Determines if the calendar can be double booked. Attempts to invite a
participant with an default calendar with AllowDoubleBooking set to
false will cause an error.
BookableResources with a first come first served booking mechanism have the attribute AllowDoubleBooking to false. |
|
default |
![]() |
Return true if the calendar is the default calendar of the associated actor or team workspace. | |
elementModificationsAnchor |
![]() |
The elementModificationAnchor element represents the version/state of the calendar elements. This value be passed to the GetElementModifications operation to obtain the modifications made to the calendar's elements since that point. | |
elements |
![]() |
Returns the meetings within this Calendar. |
Inherits From
Applied Markers
<xs:complexType name="calendar">
<xs:complexContent>
<xs:extension base="tns:folder">
<xs:sequence>
<xs:element name="allowDoubleBooking" type="xs:boolean"/>
<xs:element name="default" type="xs:boolean"/>
<xs:element minOccurs="0"
name="elementModificationsAnchor" type="xs:string"/>
<xs:element minOccurs="0" name="elements" type="tns:listResult"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | Calendar | Read |
| Response | Calendar | Read Batch |
| Request | Calendar | Read Batch |

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