Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Creation #26

Closed
manbradcalf opened this issue Mar 9, 2018 · 1 comment
Closed

Event Creation #26

manbradcalf opened this issue Mar 9, 2018 · 1 comment

Comments

@manbradcalf
Copy link
Owner

manbradcalf commented Mar 9, 2018

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
}
@manbradcalf
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant