Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

ParticipantDeliveryStatus is use to identify the Delivery Status of an Invitation or Assignment to a Participant.

A ParticipantDeliveryStatus can either be "none", "delivered", "pending" or "refused".

Enumeration Members

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.

XML Schema


<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>

        

References

The following data represents the references to participantDeliveryStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions