gpt4 book ai didi

c - Google 日历推送通知 channel 创建

转载 作者:行者123 更新时间:2023-11-30 14:56:05 25 4
gpt4 key购买 nike

尊敬的 Google 日历团队:

我们想要开发日历推送通知。我已经浏览过这篇文章https://developers.google.com/google-apps/calendar/v3/push .

但我有几个问题:-

  1. 我们在 C 语言中也有日历推送通知吗?
  2. 如何获取通知 channel ID?
  3. 域在此上下文中意味着什么?域名始终为 gmail.com。
  4. 您能否分享一个可以显示日历推送通知的示例?

-拉胡尔

最佳答案

Do we have calendar push notification in C also?

Google 日历 API 支持推送通知,您可以使用任何支持 http post 或 http get 的语言的 Google 日历 API。

How to get notification channel id?

来自文档documentation

  • 注册您的接收 URL 的域。

  • 例如,如果您计划使用 https://example.com/notifications作为您的接收网址,您需要注册https://example.com 。设置您的接收 URL 或“Webhook”回调接收器。

  • 这是一个 HTTPS 服务器,用于处理资源更改时触发的 API 通知消息。

  • 为您要监视的每个资源端点设置通知 channel 。

  • channel 指定通知消息的路由信息​​。作为 channel 设置的一部分,您可以确定要接收通知的特定 URL。每当 channel 的资源发生变化时,Google Calendar API 就会向该网址发送一条通知消息作为 POST 请求。

直接来自documentation

What does domain means in this context? Domain will be gmail.com always.

域名永远是您的域名,您无法控制 gmail.com,因此无法对此感到满意。

Can you share a sample which can show working push notification of calendar?

documentation页面包含有关如何使用推送通知的信息。这不是用 C 编写的。您需要编写自己的实现代码。

关于c - Google 日历推送通知 channel 创建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44982556/

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