背景: Google >单击New按钮>输入新事件页>添加会议问:当用户单击Add Conference来安排会议(第三方服务,而不是Hangout)时,我如何获得当前事件的会议数据?我尝试使用Calendar.Events.get API,但它返回了404。当用户安排会议时,它将触发onCalendarEventUpdate函数。: { calendarId, id: evnetId }
// when I try
这就是我如何从Google日历-api中检索数据的方法:我最近添加了conferenceDataVersion=1,但并没有产生什么影响。const uri = `${googleapiURL}/calendar/v3/calendars/${calendarId}/events?有一个conferenceData,但是没有关于如何使用它的例子。