关于 Google 日历推送通知
About Google Calendar Push Notification
亲爱的 Google 日历团队,
我想为日历开发推送通知。我已经阅读了文章
https://developers.google.com/google-apps/calendar/v3/push
但是我有几个问题:-
我们可以将本地主机注册为接收方吗url。
如何注册域名。
香奈儿在这种情况下是什么意思?
你能分享一个可以显示日历工作推送通知的示例吗?
Can we register local host as a receiving url.
不,你不能。 Google API 发送 HTTPS POST
消息,要使 HTTPS 正常工作,它需要指向您的域的 SSL 证书。
How to Register the domain.
没有关于域注册的特定要求。您应该按照通常的程序进行注册。注册后请记得在云控制台进行域名验证。
What does chanel means in this context?
A channel 配置推送通知的路径。它包含 URL,您将在其中接收消息和通知设置。频道设置为收听一个 资源 (即日历资源)。资源更新后,Google API 将向您的频道 URL.
发送 HTTPS POST
消息
Can you share a sample which can show working push notification of
calendar?
链接文档中有许多不同的示例。如果您需要有关特定主题的帮助,请更具体地说明相关步骤。
亲爱的 Google 日历团队,
我想为日历开发推送通知。我已经阅读了文章
https://developers.google.com/google-apps/calendar/v3/push
但是我有几个问题:-
我们可以将本地主机注册为接收方吗url。
如何注册域名。
香奈儿在这种情况下是什么意思?
你能分享一个可以显示日历工作推送通知的示例吗?
Can we register local host as a receiving url.
不,你不能。 Google API 发送 HTTPS POST
消息,要使 HTTPS 正常工作,它需要指向您的域的 SSL 证书。
How to Register the domain.
没有关于域注册的特定要求。您应该按照通常的程序进行注册。注册后请记得在云控制台进行域名验证。
What does chanel means in this context?
A channel 配置推送通知的路径。它包含 URL,您将在其中接收消息和通知设置。频道设置为收听一个 资源 (即日历资源)。资源更新后,Google API 将向您的频道 URL.
发送 HTTPSPOST
消息
Can you share a sample which can show working push notification of calendar?
链接文档中有许多不同的示例。如果您需要有关特定主题的帮助,请更具体地说明相关步骤。