文件名称:node-icalendar:iCalendar解析器和Node.js生成器
文件大小:60KB
文件格式:ZIP
更新时间:2024-03-12 00:35:46
JavaScript
iCalendar for Node 提供iCalendar(RFC5545)解析以及用于生成iCalendar数据的便捷API。 node-icalendar作为icalendar发布到npm。 要安装,请运行: npm install icalendar 生成iCalendar文件 您可以生成一个事件: var event = new icalendar.VEvent('cded25be-3d7a-45e2-b8fe-8d10c1f8e5a9'); event.setSummary("Test calendar event"); event.setDate(new Date(2011,11,1,17,0,0), new Date(2011,11,1,18,0,0)); event.toString(); 或创建事件集合: var ical = new icalendar.iC
【文件预览】:
node-icalendar-master
----.gitignore(47B)
----package.json(636B)
----.travis.yml(84B)
----Gruntfile.js(431B)
----LICENSE(1KB)
----index.js(38B)
----examples()
--------invite-reply.js(984B)
----spec()
--------evolution.ics(953B)
--------valarm-spec.js(14KB)
--------rrule-spec.js(12KB)
--------parser-spec.js(12KB)
--------types-spec.js(5KB)
--------vevent-spec.js(9KB)
--------valarm-spec.ics(1KB)
--------icalendar-spec.js(7KB)
--------icalendar-test.ics(85KB)
----README.md(2KB)
----AUTHORS.txt(234B)
----lib()
--------alarm.js(4KB)
--------event.js(5KB)
--------types.js(9KB)
--------parser.js(7KB)
--------index.js(2KB)
--------timezone.js(3KB)
--------rrule.js(17KB)
--------icalendar.js(2KB)
--------base.js(11KB)
----.hgignore(19B)