是否可以在 Basecamp 新 API 的日历事件中添加或更新人员(订阅者)?
在文档https://github.com/basecamp/bcx-api/blob/master/sections/calendar_events.md中只有这些参数:
{
"summary": "My all-day event spanning two days",
"description": "Details to follow",
"all_day": true,
"starts_at": "2012-03-28",
"ends_at": "2012-03-30"
}