ical-browser
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Installation

npm install ical-browser

Quick Start

import { event as createEvent, default as ical } from 'ical-browser'
const myEvent = createEvent({
  id: 'c7614cff-3560-4a00-9152-d25cc1fe077d',
  summary: 'Event Title',
  description: 'My event',
  start: new Date(),
})
const file = ical('id', 'calendar', myEvent)

DEMO

https://codepen.io/qertis/full/RweggQJ

Copyright and license

Copyright (c) Denis Baskovsky under the MIT license.

Package Sidebar

Install

npm i ical-browser

Weekly Downloads

4

Version

0.0.6

License

MIT

Unpacked Size

10 kB

Total Files

7

Last publish

Collaborators

  • qertis