![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
A ParticipantDeliveryStatus can either be "none", "delivered", "pending" or "refused".
| Name | Description |
|---|---|
NONE |
No Invitation or Assignment is associated with this participant (e.g., external participant). |
DELIVERED |
Invitation or Assignment was successfully delivered to the participant |
PENDING |
Invitation or Assignment is in the process of being delivered. |
FAILED |
Invitation or Assignment could not be delivered. |
REFUSED |
The Invitation or Assignment could not be invited. This can be caused by an indirect participant: - that has a conflicting Invitation or Assignment and don't allow double booking. - that don't grant you the EXECUTE access type on his default calendar. - that is not provisioned for calendar. |
<xs:simpleType name="participantDeliveryStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="DELIVERED"/>
<xs:enumeration value="PENDING"/>
<xs:enumeration value="FAILED"/>
<xs:enumeration value="REFUSED"/>
</xs:restriction>
</xs:simpleType>

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