Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/307.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用谷歌日历API按日历id过滤事件?_Python_Google Calendar Api - Fatal编程技术网

Python 使用谷歌日历API按日历id过滤事件?

Python 使用谷歌日历API按日历id过滤事件?,python,google-calendar-api,Python,Google Calendar Api,我正在使用Python库,但它似乎仍然在API的2版本上。我在“关于筛选事件”中找不到它,该事件具有日历id或事件本身的属性,该属性是它所属的日历的引用 有什么建议吗?那你为什么不使用v3api呢?我想使用谷歌提供的Python库。我已经在库中使用了Contacts API(它已经使用了最新版本),并且由于时间的限制,我需要编写自己的包装器。我已经愉快地使用它一年了。我一直在使用联系人库,并希望将其用于日历。你用对了吗?我去看看。谢谢

我正在使用Python库,但它似乎仍然在API的2版本上。我在“关于筛选事件”中找不到它,该事件具有日历id或事件本身的属性,该属性是它所属的日历的引用


有什么建议吗?

那你为什么不使用v3api呢?我想使用谷歌提供的Python库。我已经在库中使用了Contacts API(它已经使用了最新版本),并且由于时间的限制,我需要编写自己的包装器。我已经愉快地使用它一年了。我一直在使用联系人库,并希望将其用于日历。你用对了吗?我去看看。谢谢