delegateRequest

Delegates calendar items (appointments, notes, and tasks) to other users.

Request

<delegateRequest>
   <id type="types:uid"/>
   <commentToOrganizer type="string"/>
   <commentToDelegatee type="string"/>
   <distribution type="types:Distribution"/>
   <recurrenceAllInstances type="recurrenceKey"/>
</delegateRequest>

Response

<delegateResponse>
   <status type="types:Status"/>
</delegateResponse>

Elements

id

Specifies the ID of the item to be delegated.

commentToOrganizer

Specifies a comment that the sender of the original calendar item can view in the properties of the sent item.

commentToDelegatee

Specifies a comment to the delegatee of the item. This element is not used by any GroupWise client.

distribution

Specifies the recipients for the delegated calendar item.

recurrenceAllInstances

Specifies the recurrenceKey so that the delegate and its options can be applied to all the recurring items.

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.

Example

<delegateRequest> 
   <id>44FED73B.domain1.po1.100.16E3837.1.FAA.1@2:7.
              domain1.po1.100.0.1.0.1@16</id> 
   <commentToOrganizer>Comment to Organizer</commentToOrganizer> 
   <commentToDelegatee>Comment to Delegatee</commentToDelegatee> 
   <distribution> 
      <recipients> 
         <recipient> 
            <displayName>u3</displayName> 
            <email>u3@phantom.com</email> 
            <uuid>54D55590-175B-0000-890F-6E00D5004E00</uuid> 
         </recipient> 
      </recipients> 
   </distribution> 
</delegateRequest>