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-converterHow 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
6 years ago
0.0.5-development.10
6 years ago
0.0.5-development.11
6 years ago
0.0.5-development.16
6 years ago
0.0.5-development.17
6 years ago
0.0.5-development.12
6 years ago
0.0.5-development.13
6 years ago
0.0.5-development.14
6 years ago
0.0.5-development.15
6 years ago
0.0.5-development.9
6 years ago
0.0.5-development.8
6 years ago
0.0.5-development.7
6 years ago
0.0.5-development.5
6 years ago
0.0.5-development.6
6 years ago
0.0.5-development.4
6 years ago
0.0.5-development.3
6 years ago
0.0.5-development.2
6 years ago
0.0.5-development.1
6 years ago
0.0.5-development.0
6 years ago
0.0.4-development.0
6 years ago
0.0.3-development.0
6 years ago
0.0.2-development.0
6 years ago
0.0.0-2-development
6 years ago
0.0.0-1-development
6 years ago
0.0.0-development
6 years ago
