removeEventsRequest

Removes the events in the user's database for the specified key.

Request

<removeEventsRequest>
   <key/>
   <from/>
   <until/>
</removeEventsRequest>

Definitions

key

String. Uniquely identifies the event configuration in a user's database. It is up to the application to control the uniqueness of the application key. GroupWise Web Services Events uses any key that it is passed. If two applications or two instances of an application pass the same key, GroupWise Web Services Events maps both to one event configuration structure in the user’s database.

from

Provides the starting date for the events to be removed.

until

Provides the ending date for the events to be removed.

status

Specifies whether getEventsRequest was successful.

code

Provides the error number related to the event. 0 means that the request was successful.

Example

<removeEventsRequest>
   <key>GWEvents</key>
</removeEventsRequest>

<removeEventsResponse>
   <status>
      <code>0</code>
   </status>
</removeEventsResponse>