Google 日历关注活动更新

Google calendar watch for updates on events

我想在我在 Google 日历上创建的活动更新时以编程方式收听(例如有人 accept/reject 邀请)并且我想接收有关该活动的相关信息(类型, confirmed/declined 与会者等)。我试过使用 zapier,到目前为止它可以完成工作。有没有使用 Google API 的本机方法?我也尝试过使用 Google 日历推送通知,但我从 webhook 收到的数据不足以满足我的用例。谢谢!

你应该可以用小 Google Apps Script 来做到这一点。

他们 documentation explains the process of listening for a calendar change event. Then, you'll need to perform an incremental sync 与日历同步 API 并根据您的需要处理事件的细节。

请注意,更简单地说,webhook 可能足以满足您的用例。