Managing-A-Lot-Of-Google-Calendar-Events-using-Batch-Requests-with-Google-Apps-Script:这些是用于通过批处理请求和Google Apps脚本管理大量Google日历事件的示例脚本

时间:2021-05-04 05:59:12
【文件属性】:
文件名称:Managing-A-Lot-Of-Google-Calendar-Events-using-Batch-Requests-with-Google-Apps-Script:这些是用于通过批处理请求和Google Apps脚本管理大量Google日历事件的示例脚本
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-04 05:59:12
google-calendar google-apps-script batch-request google-calendar-api JavaScript 使用批处理请求和Google Apps脚本管理大量Google日历事件 概述 这些是用于通过批处理请求和Google Apps脚本管理大量Google日历事件的示例脚本。 描述 当我们要管理Google日历的事件时,有两种方法。 一种是使用。 另一个是使用 。 对于它们,不幸的是,当我们要管理许多日历事件时,两种方式都没有批处理请求。 即,例如,当删除许多事件时,需要在循环中使用和 。 在这种情况下,处理成本将很高。 另一方面,Calendar API可以使用。 但是在这种情况下,为了将此批处理请求与Google Apps脚本一起使用,需要创建由每个用户组成的multipart/mixed请求主体。 因为没有用于自动请求批处理请求的方法。 考虑到这种情况,在这里,我想介绍一些简单的示例脚本,这些示例脚本用于使用带有Google Apps脚本的批处理请求来创建,更新和删除Google日历的事
【文件预览】:
Managing-A-Lot-Of-Google-Calendar-Events-using-Batch-Requests-with-Google-Apps-Script-master
----appsscript.json(122B)
----LICENCE(1KB)
----sampleScripts.js(2KB)
----.codeclimate.yml(376B)
----README.md(6KB)

网友评论