![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
calendar |
Calendar where the primary MeetingSeries will be created. If no calendar is specified, then the meeting will be created in the default calendar of the current user. | |
duration |
Duration of the meeting instances. | |
meetingSeriesUpdater |
This Updater specifies values for fields that are not handled by this Creator. | |
recurrenceRule |
Recurrence rule of the series. Must follow the RECUR value type format as defined in RFC25545. | |
recurrenceStart |
Start time of the first instance of the RecurrenceRule. | |
type |
Type of the meeting to create (e.g., meeting, day event and holiday). |
Inherits From
<xs:complexType name="meetingSeriesCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="calendar" type="tns:beeId"/>
<xs:element minOccurs="0" name="duration" type="xs:duration"/>
<xs:element minOccurs="0" ref="tns:meetingSeriesUpdater"/>
<xs:element minOccurs="0" name="recurrenceRule" type="xs:string"/>
<xs:element minOccurs="0" name="recurrenceStart" type="xs:dateTime"/>
<xs:element minOccurs="0" name="type" type="tns:occurrenceType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | MeetingSeries | Create |

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