Description
Add users or groups to 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 to which the invitees are being added. 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 add to 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 add to the invite list. The list of group ids is available from the groups.getList call.
- message :
the message to send to the invitees
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>