0.2.0 • Published 9 years ago

ember-cli-event-calendar v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli-event-calendar

This is an ember-addon for implementing my fork of jQueryEventCalendar plugin. This is a work in progress!

See rogerada.ms/ember-cli-event-calendar for a live demo.

Source for the live demo can be found here.

Installation as an addon

  • ember install:addon ember-cli-event-calendar

Usage as an Addon

  • {{event-calendar}}

Parameters

The following parameters can be specified in the {{event-calendar}} helper. The values after the parameter are the default values used if left unspecified.

Using jsonData parameter

You can pass in an array of objects for the jsonData parameter to populate the calendar. This is what it should look like:

[
	{
		"date":"2015-3-26 14:11:00",
		"title":"test event",
		"url":"https://www.google.com/calendar/event?eid=id-from-google-api",
		"description":"description of event"
	},
	{...},
]

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.2.0

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago