SugarCRM Rest API:会议条目的必填字段?

SugarCRM Rest API:会议条目的必填字段?,sugarcrm,Sugarcrm,我正试图通过API创建会议条目,但我似乎无法在日历中找到它,即使它已成功保存(我已取回ID),并且我可以在会议列表中看到它 我需要填充哪些字段才能在我的糖日历中显示?以下是我正在填充的字段: { 'assigned_user_id': '1', # My user's ID 'date_end': '2013-04-16 01:30:00', 'date_start': '2013-04-16 01:23:45', 'description': 'hello world', 'loca

我正试图通过API创建会议条目,但我似乎无法在日历中找到它,即使它已成功保存(我已取回ID),并且我可以在会议列表中看到它

我需要填充哪些字段才能在我的糖日历中显示?以下是我正在填充的字段:

{
 'assigned_user_id': '1', # My user's ID
 'date_end': '2013-04-16 01:30:00',
 'date_start': '2013-04-16 01:23:45',
 'description': 'hello world',
 'location': 'JCenter',
 'name': 'Test',
 'team_id': '1',
 'type': 'Sugar' # This doesn't seem to be required
}

尝试设置“用户id”并查看mettings_users表,您可以在其中找到它。

我的回答对您有帮助吗,或者任务是否已解决?请对我的回答给予反馈。