{
"attendees": [
{
"type": "user",
"user_id": "string"
}
],
"is_notification": true
}curl --location --request POST '/v7/calendars//events//attendees/batch_create' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendees": [
{
"type": "user",
"user_id": "string"
}
],
"is_notification": true
}'{
"data": {
"items": [
{
"group_id": "string",
"id": "string",
"name": "string",
"response_status": "not_responded",
"type": "user",
"user_id": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}