Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradoyler/gcal-timeline
https://github.com/bradoyler/gcal-timeline
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradoyler/gcal-timeline
- Owner: bradoyler
- Created: 2014-10-19T04:06:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:09:48.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T01:14:31.953Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://bradoyler.github.io/gcal-timeline/example/
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)