0.1.4 • Published 5 months ago

ical-browser v0.1.4

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

ical-browser

Working in the Browser and Node.js

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

Installation

npm install ical-browser

Example

import {
  VEvent,
  default as ICalendar,
} from 'ical-browser'

const vevent = new VEvent({
  uid: 'c7614cff-3560-4a00-9152-d25cc1fe077d',
  summary: 'Event Title',
  description: 'My event',
  start: new Date(),
})
const calendar = new ICalendar()
calendar.addEvent(vevent)
calendar.download('calendar.ics')

Copyright and license

Copyright (c) Denis Baskovsky under the MIT license.

0.0.19

6 months ago

0.1.0

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.0.15

9 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

12 months ago

0.0.14

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago