0.0.6 • Published 2 months ago

ical-browser v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

0.0.6

2 months ago

0.0.3

11 months ago

0.0.2

12 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.1

1 year ago