1.0.5 • Published 7 years ago

ical-booking v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Synopsis

This package gets bookings from the AirBnB, HomeAway and other calendars.

npm install ical-booking

Code Example

var model = new models.ICal({
    name: 'AirBnB',
    type: models.ICalTypes.AIRBNB,
    url: "https://www.airbnb.nl/calendar/ical/xxxx",
});

ical.importICal(model).then(function () {
    ical.getICalToJSON(model).then(function (data) {
        console.log(data);
    });
});

Motivation

This package was build to integrate the NUKI Smartlock with AirBnB, Booking.com, HomeAway and other internet calendars.

API Reference

Export your iCal from AirBnB or HomeAway and call the importICal to add the calendar.

RequestParameters
getICal(string) name
getICals
importICal(models.ICal) ical
removeICal(string) name
getICalToJSON(models.ICal) ical

Contributors

If you want to contribute or donate to the project, please contact me on gijs@intelligencecompany.net.

License

MIT

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago