events
Create event
Use this endpoint to create event.
post/events
Request body
Example request
{
"invitations": {
"repeat": {
"intervalInMinutes": 1440,
"count": 2
}
}
}Response
When event is created successfully
Example response
{
"invitations": {
"repeat": {
"intervalInMinutes": 1440,
"count": 2
}
}
}