<bdo id='qpgvf'></bdo><ul id='qpgvf'></ul>

    1. <legend id='qpgvf'><style id='qpgvf'><dir id='qpgvf'><q id='qpgvf'></q></dir></style></legend>

      1. <small id='qpgvf'></small><noframes id='qpgvf'>

        <tfoot id='qpgvf'></tfoot>
        <i id='qpgvf'><tr id='qpgvf'><dt id='qpgvf'><q id='qpgvf'><span id='qpgvf'><b id='qpgvf'><form id='qpgvf'><ins id='qpgvf'></ins><ul id='qpgvf'></ul><sub id='qpgvf'></sub></form><legend id='qpgvf'></legend><bdo id='qpgvf'><pre id='qpgvf'><center id='qpgvf'></center></pre></bdo></b><th id='qpgvf'></th></span></q></dt></tr></i><div id='qpgvf'><tfoot id='qpgvf'></tfoot><dl id='qpgvf'><fieldset id='qpgvf'></fieldset></dl></div>
      2. 从推送通知谷歌日历上的资源 id 获取事件信息

        Get event info from resource id on push notification google calendar(从推送通知谷歌日历上的资源 id 获取事件信息)
        • <tfoot id='UEZ8j'></tfoot>

            <bdo id='UEZ8j'></bdo><ul id='UEZ8j'></ul>

                1. <small id='UEZ8j'></small><noframes id='UEZ8j'>

                  <legend id='UEZ8j'><style id='UEZ8j'><dir id='UEZ8j'><q id='UEZ8j'></q></dir></style></legend>
                  <i id='UEZ8j'><tr id='UEZ8j'><dt id='UEZ8j'><q id='UEZ8j'><span id='UEZ8j'><b id='UEZ8j'><form id='UEZ8j'><ins id='UEZ8j'></ins><ul id='UEZ8j'></ul><sub id='UEZ8j'></sub></form><legend id='UEZ8j'></legend><bdo id='UEZ8j'><pre id='UEZ8j'><center id='UEZ8j'></center></pre></bdo></b><th id='UEZ8j'></th></span></q></dt></tr></i><div id='UEZ8j'><tfoot id='UEZ8j'></tfoot><dl id='UEZ8j'><fieldset id='UEZ8j'></fieldset></dl></div>
                    <tbody id='UEZ8j'></tbody>
                2. 本文介绍了从推送通知谷歌日历上的资源 id 获取事件信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  1. 使用谷歌日历设置频道.
                  2. 创建一个谷歌日历活动.
                  3. 收到包含以下数据的推送通知.
                  4. X-Goog-Resource-Id,X-Goog-Resource-Uri,X-Goog-Channel-Id

                  现在我找不到如何获取,修改了哪些事件数据或创建了某些事件.

                  Now i could not find how to get, which event data modified or some event has been created.

                  如何通过推送通知标头数据查找事件列表(在第 4 行中提到.)

                  How can I find event list by push notification headers data (mentioned in line 4.)

                  推荐答案

                  标头数据中没有更改的资源/事件列表.谷歌只是让你知道你的日历发生了一些变化.

                  There is no changed resource/event list in header data. Google just lets you know that something has changed in your calendar.

                  要在每次 Google Post 请求后获取更改的资源,您需要使用 syncToken 从 google 列出您的日历事件并保存新的事件,该事件将显示为 nextSyncToken回复.如果您在请求中提供 syncToken 参数,您将只能获得从 syncToken 到现在的更改.Google 将此过程称为 增量同步.

                  To get changed resources after every Google Post request, you need to list events of your calendar from google with syncToken and save the new one which will appear as nextSyncToken in response. If you provide syncToken parameter in your request, you will only get the changes from syncToken to now. Google calls this process incremental sync.

                  https://developers.google.com/google-apps/日历/v3/sync#incremental_sync

                  请从此处阅读 syncTokennextSyncToken 参数:https://developers.google.com/google-apps/calendar/v3/reference/events/list

                  please read syncToken and nextSyncToken parameters from here: https://developers.google.com/google-apps/calendar/v3/reference/events/list

                  其他链接:如何处理 Google Calendar API 推送通知?

                  这篇关于从推送通知谷歌日历上的资源 id 获取事件信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    <tbody id='qjWpd'></tbody>
                  <tfoot id='qjWpd'></tfoot>
                3. <i id='qjWpd'><tr id='qjWpd'><dt id='qjWpd'><q id='qjWpd'><span id='qjWpd'><b id='qjWpd'><form id='qjWpd'><ins id='qjWpd'></ins><ul id='qjWpd'></ul><sub id='qjWpd'></sub></form><legend id='qjWpd'></legend><bdo id='qjWpd'><pre id='qjWpd'><center id='qjWpd'></center></pre></bdo></b><th id='qjWpd'></th></span></q></dt></tr></i><div id='qjWpd'><tfoot id='qjWpd'></tfoot><dl id='qjWpd'><fieldset id='qjWpd'></fieldset></dl></div>

                  • <bdo id='qjWpd'></bdo><ul id='qjWpd'></ul>

                      <small id='qjWpd'></small><noframes id='qjWpd'>

                    1. <legend id='qjWpd'><style id='qjWpd'><dir id='qjWpd'><q id='qjWpd'></q></dir></style></legend>