![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
excludeDateTimes |
dateTime[] |
Return an unmodifiable view of the ExcludeDateTimes attribute. This attribute is similar to the EXDATE property in iCalendar. |
includeDateTimes |
dateTime[] |
Return an unmodifiable view of the IncludeDateTimes attribute. This attribute is simular the the RDATE attribute in RFC2445. |
inclusionRule |
A date time recurrence rule is a structured string as defined by iCalendar RFC 2445. | |
startDateTime |
Return the StartDateTime attribute. This attribute is the lower bound the dates yielded by the inclusion rule. |
<xs:complexType name="dateTimeRecurrenceSet">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="excludeDateTimes" type="tns:dateTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="includeDateTimes" type="tns:dateTime"/>
<xs:element minOccurs="0" name="inclusionRule" type="xs:string"/>
<xs:element minOccurs="0" name="startDateTime" type="tns:dateTime"/>
</xs:sequence>
</xs:complexType>

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