Add calendar entries with comfort and style.
- Ember.js v3.4 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
ember install ember-add-calendar-button
Example usage:
The event
object can be an EmberObject or pojo.
let event = Ember.object.create({
start: moment(), //moment or string
end: moment().add(4, 'hours'),
title: 'Meeting with Tomster',
description: 'Coffee to discuss Tomster and Zoey\'s upcoming raise',
location: '1234 North Port, Nowhere USA'
})
Note: Totally stole a lot of the code from here
See the Contributing guide for details.
This project is licensed under the MIT License.