acceptRequest

Accepts items.

Request

<acceptRequest>
   <items/>
   <comment/>
   <acceptLevel/>
   <recurrenceAllInstances/>
   <container/>
   <alarm/>
</acceptRequest>

Response

<acceptResponse>
   <status> 
      <code>0</code> 
   </status> 
</acceptResponse>

Elements

items

Specifies a list of item IDs to be accepted.

comment

Specifies text that the sender of the item can view in the send item properties.

acceptLevel

Specifies how you want your appointments to appear in busy searches:

  • Free

  • Tentative

  • Busy

  • Out of Office

recurrenceAllInstances

Specifies that you want the accept and its options to be applied to all recurring items if you pass the recurrenceKey.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

container

Specifies the calendar/container as the destination for the accepted calendar item.

alarm

Specifies the alarm value.

Example

<acceptRequest>
   <items>
      <item>40ADFA62.AutoDomain.AutoPO1.100.16F3471.1.FEC.1@4:7.
           AutoDomain.AutoP01.100.0.1.0.1@16</item>
   </items>
   <comment>This is a comment</comment>
   <acceptLevel>Tentative</acceptLevel>
   <recurrenceAllInstances>532</recurrenceAllInstances>
</acceptRequest>