0.0.5-development.20 • Published 5 years ago
ical-converter v0.0.5-development.20
ical-converter
A npm package for converting ical to javascript-objects, espacially for typescript.
Install
> npm i ical-converter
How to use
import * as icalConverter from 'ical-converter';
[...]
// get calendars from URL
var calendars = await icalConverter.Convert.fromURLAsync(/* URL */);
[...]
// get calendars from File
var calendars = await icalConverter.Convert.fromFileAsync(/* Path to file */);
[...]
// get calendars from String
var calendars = await icalConverter.Convert.fromStringAsync(/* ICal-String */);
0.0.5-development.20
5 years ago
0.0.5-development.19
5 years ago
0.0.5-development.10
5 years ago
0.0.5-development.11
5 years ago
0.0.5-development.16
5 years ago
0.0.5-development.17
5 years ago
0.0.5-development.12
5 years ago
0.0.5-development.13
5 years ago
0.0.5-development.14
5 years ago
0.0.5-development.15
5 years ago
0.0.5-development.9
5 years ago
0.0.5-development.8
5 years ago
0.0.5-development.7
5 years ago
0.0.5-development.5
5 years ago
0.0.5-development.6
5 years ago
0.0.5-development.4
5 years ago
0.0.5-development.3
5 years ago
0.0.5-development.2
5 years ago
0.0.5-development.1
5 years ago
0.0.5-development.0
5 years ago
0.0.4-development.0
5 years ago
0.0.3-development.0
5 years ago
0.0.2-development.0
5 years ago
0.0.0-2-development
5 years ago
0.0.0-1-development
5 years ago
0.0.0-development
5 years ago