日历API-Google Apps脚本

时间:2018-09-27 15:28:41

标签: google-apps-script google-api google-calendar-api

我正在尝试使用Calendar API的watch方法,但我真的不知道该怎么办。

var calendarId = 'xxxxxx';
function test (){
  var watch = Calendar.Events.watch(Channel resource, calendarId);
}

在哪里可以提取第一个参数(通道资源)?我正在搜索文档,但未找到任何相关信息。

我尝试使用“ try this API”,但失败了...

有人可以帮助我吗?谢谢。

0 个答案:

没有答案