0

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

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

{
 '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
}
4

1 回答 1

0

尝试设置“user_id”并查看 mettings_users 表,您会在其中找到它。

于 2013-04-16T06:50:00.450 回答