文件名称:generate-google-calendar-link:生成一个链接以将新活动添加到 Google 日历
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-22 19:08:08
JavaScript
生成谷歌日历链接 生成一个链接以将新事件添加到 Google 日历。 谷歌日历に予定o追加する链接生成します。 此函数将返回一个 dom 元素。 DOM 元素哦返します。 用法 実行例 var a = generateLink ( { start : new Date ( 2014 , 10 , 15 , 10 ) , end : new Date ( 2014 , 10 , 15 , 18 ) , title : 'New event' , location : 'Some where' , details : 'http://event.description.example.com/11234' } ) 参数 见 设置 对于 Node.js インストール npm install generate-google-calendar-lin
【文件预览】:
generate-google-calendar-link-master
----.gitignore(14B)
----package.json(1015B)
----.travis.yml(473B)
----.zuul.yml(265B)
----enable-power-assert.js(79B)
----index.js(242B)
----test.js(442B)
----README.md(3KB)