https://github.com/bradoyler/gcal-timeline
https://github.com/bradoyler/gcal-timeline
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradoyler/gcal-timeline
- Owner: bradoyler
- Created: 2014-10-19T04:06:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:09:48.000Z (over 10 years ago)
- Last Synced: 2025-02-13T05:41:36.655Z (2 months 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
**License**: MIT [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)