1.0.17 • Published 11 months ago

ics-file-export-mac v1.0.17

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

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

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.1

11 months ago