文件名称:ics:适用于node.js的iCalendar(ics)文件生成器
文件大小:75KB
文件格式:ZIP
更新时间:2024-05-17 14:40:37
javascript alarm icalendar calendar ical
集成电路 生成器 安装 npm install -S ics 用法示例 创建一个iCalendar事件: const ics = require ( 'ics' ) const event = { start : [ 2018 , 5 , 30 , 6 , 30 ] , duration : { hours : 6 , minutes : 30 } , title : 'Bolder Boulder' , description : 'Annual 10-kilometer run in Boulder, Colorado' , location : 'Folsom Field, University of Colorado (finish line)' , url : 'http://www.bolderboulder.com/' , geo : { la
【文件预览】:
ics-master
----src()
--------utils()
--------defaults.js(281B)
--------pipeline()
--------index.js(2KB)
--------schema()
----.babelrc(33B)
----Gemfile(44B)
----.travis.yml(291B)
----gulpfile.js(394B)
----LICENSE(775B)
----test()
--------utils()
--------index.spec.js(3KB)
--------pipeline()
--------schema()
----README.md(12KB)
----index.d.ts(2KB)
----.gitignore(72B)
----index.js(52B)
----notes.md(2KB)
----package-lock.json(198KB)
----package.json(1KB)