You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STEPS
1 - select users in contacts list in event creation activity. create a list of selected userIds.
2 - create a new event with the userIds listed as a list of ids under "users"
3 - from the event creation response, grab the eventId.
4 - PUT to each users event node with the eventId. EX:
PUT /users/{userId}/events/{eventId}.json
BODY:
{
"eventName": "Great Fun Show wow!",
"date": "2018-09-30",
"isInviteAccepted": false
}
The text was updated successfully, but these errors were encountered:
STEPS
1 - select users in contacts list in event creation activity. create a list of selected userIds.
2 - create a new event with the userIds listed as a list of ids under "users"
3 - from the event creation response, grab the eventId.
4 - PUT to each users event node with the eventId. EX:
BODY:
The text was updated successfully, but these errors were encountered: