Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradoyler/gcal-timeline


https://github.com/bradoyler/gcal-timeline

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

gcal-timeline.js
=========================

A jQuery plugin to display a public google calender in a timeline.

## Default Options
```js
{
calendarId:'en.usa#[email protected]',
apiKey:'Public_API_Key',
dateFormat: 'MonthDay',
errorMsg:'No events in calendar',
timeZone:'America/New_York',
futureEvents:false,
maxEvents: 50
}
```

## Example

```html

$(function() {
$('#timeline').gCalTimeline({apiKey:'your_public_api_key', calendarId:'[email protected]'});
});


```
### screenshot

![screen shot 2014-10-19 at 12 11 52 am](https://cloud.githubusercontent.com/assets/425966/4692028/23072ffa-5746-11e4-83db-2f48ad9154f0.png)

**License**: MIT [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)