ics-file-export-mac
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

ics-file-export-mac

Generate .ics file in client.

installation

npm install ics-file-export-mac

usage

import { ics } from 'ics-file-export-mac';

const cal = ics();

cal.addEvent(
      'Event Title',
      'Event description',
      'Event location',
      '13/1/2021 5:30 pm', 
      '13/1/2021 6:00 pm'),
      'email',
      'name'
    );

// initiates download in client
cal.download()

Prior Work / Credit

Readme

Keywords

Package Sidebar

Install

npm i ics-file-export-mac

Weekly Downloads

10

Version

1.0.17

License

MIT

Unpacked Size

11.3 kB

Total Files

5

Last publish

Collaborators

  • buckley212