Google 事件 API:日历中的事件总数

Google Events API: Total Count of Events in a Calendar

我需要 google 日历中的事件总数。 v3 事件 API 似乎没有提供此功能。 有什么明显的我想念的吗?或者只是不支持?

使用Events.list 检索与日历关联的所有事件。在试用中快速 运行。

还有 sample Quickstarts 显示如何列出这些事件。