gpt4 book ai didi

Python - 使用 Google 日历 API

转载 作者:行者123 更新时间:2023-12-01 02:44:44 27 4
gpt4 key购买 nike

我在使用 Google 日历 API 时遇到了一些问题。

我想使用数组添加事件摘要(和其他选项):

event = {
'summary:': [temp_sheet[0]],
'start': {
'dateTime': '2017-07-28T19:00:00',
'timeZone': 'Europe/Warsaw',
},
'end': {
'dateTime': '2017-07-29T07:30:00',
'timeZone': 'Europe/Warsaw',
}
}

temp_sheet[0] 包含一些文本,我想将其放入摘要中。但查看日历后,发现“没有摘要”

有什么帮助吗;>?

谢谢! (:

最佳答案

有一个事件摘要和描述字段。

官方文档 https://developers.google.com/google-apps/calendar/v3/reference/events

关于Python - 使用 Google 日历 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45371507/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com