Item.Accept

Accepts the specified item (applies only to appointments, personal address books, and tasks).

Parameters

Item.drn (Required)

Specifies the GroupWise identifier of the item to accept (can occur more than once so that multiple items can be accepted at the same time).

Item.comment

Specifies the comment to include with the acceptance of the item.

User.context (Required)

Specifies the context identifier for this user’s session.

Item.Accept.ShowAs

Specifies one of the following acceptance levels for an appointment:

  • 1 Busy
  • 2 Free
  • 4 Out of office
  • 8 Tentative

Return Values

As a result of the action performed, this method returns Item.action.folderUpdate to indicate that the folder list view might need to be updated.

If this method was specified as a submethod of Item.Action and Item.UpdateList was specified, it returns the same values as Folder.Open. Otherwise, nothing else is returned.

Example

<FORM method=post action=/servlet/webacc>
  <INPUT type=hidden name=User.context value=xyz>
  <INPUT type=hidden name=action value=Item.Accept>
  <INPUT type=checkbox name=Item.drn value==342z3z>
  <INPUT type=checkbox name=Item.drn value==582z4z>
</FORM>