API Methods: events.removeInvitees



Description

Removes users or groups from the list of invitees for a specific event


Authentication

This method requires authentication with 'write' permission.

Required parameters

  • event_id :
    the id number of the event from which the invitees are being removed. The list of event ids is available from the events.getList call.

Optional parameters

  • invite_user_id :
    a comma separated list of user ids to remove from the invite list. The list of user ids is available from the users.getList call.
  • invite_group_id :
    a comma separated list of group ids to remove from the invite list. The list of group ids is available from the groups.getList call.

Example response

<?xml version="1.0"?>
<response status="ok" time="Mon, 21 Apr 2008 13:52:59 -0500">
    <events count="1">
        <event>
            <status>
                <![CDATA[ok]]>
            </status>
        </event>
    </events>
</response>