首页 > 解决方案 > 无法使用 Python 在日历 API 中添加会议

问题描述

我的会议详细信息部分包含在事件中

'conferenceData': {'createRequest': {'conferenceSolutionKey': {'type': 'eventHangout'}}}

并且事件创建调用看起来像

service.events().insert(calendarId='primary', body=event, conferenceDataVersion=1).execute()

我无法通过 python 找到在日历 API 中添加会议选项的示例。我已经使用 JavaScript 示例映射了上述事件格式。谢谢!

标签: pythongoogle-calendar-api

解决方案


推荐阅读