1.0.17 • Published 2 years ago

ics-file-export-mac v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.1

2 years ago