1. 首页
  2. 考试认证
  3. 其它
  4. google calendar helpers

google calendar helpers

上传者: 2024-08-29 15:18:16上传 ZIP文件 9.65KB 热度 2次
用于NodeJS的简单Google日历使用的便捷功能基于安装: npm install google-calendar-helpers用法初始化API: var accessToken = '--- your access token ---' , clientId = '--- client ID ---' , clientSecret = '--- client secret ---' , calendarId = '--- Google Calendar Id ---' , CalendarClient = require('google-calendar-helpers'); , calendarClient = new CalendarClient(accessToken, clientId, clientSecret, calend
用户评论