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

0.0.10 • 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.

/ical-browser/

    Package Sidebar

    Install

    npm i ical-browser

    Weekly Downloads

    257

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    19.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • qertis