![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
calendar |
Calendar where the primary meeting will be created. If no calendar is specified, then the meeting will be created in the default calendar of the current user. | |
meetingUpdater |
This Updater specifies values for fields that are not handled by this Creator. | |
type |
Type of the meeting to create (e.g., meeting, day event and holiday). |
Inherits From
<xs:complexType name="meetingCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="calendar" type="tns:beeId"/>
<xs:element minOccurs="0" ref="tns:meetingUpdater"/>
<xs:element minOccurs="0" name="type" type="tns:occurrenceType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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