https://github.com/bradoyler/googlecalreader-jquery-plugin
jQuery plugin to read from a public Google calendar
https://github.com/bradoyler/googlecalreader-jquery-plugin
Last synced: about 1 month ago
JSON representation
jQuery plugin to read from a public Google calendar
- Host: GitHub
- URL: https://github.com/bradoyler/googlecalreader-jquery-plugin
- Owner: bradoyler
- Created: 2011-05-28T04:28:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T03:11:07.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T11:56:58.139Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://bradoyler.github.io/GoogleCalReader-jquery-plugin/examples/
- Size: 12.7 KB
- Stars: 27
- Watchers: 9
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Calendar feed reader - plugin to get upcoming events from a *public* google calendar
#### [Demo](http://bradoyler.github.io/GoogleCalReader-jquery-plugin/examples/)
### Default Options
```js
{
calendarId:'en.usa#[email protected]',
apiKey:'Public_API_Key',
dateFormat: 'LongDate',
errorMsg:'No events in calendar',
maxEvents: 50,
futureEventsOnly: true,
sortDescending: true
}
```### Example
```html
$(function() {
$('#eventlist').gCalReader({ calendarId:'[email protected]', apiKey:'your_public_api_key'});
});
```#### Uses Google Calendar api endpoint @
https://developers.google.com/google-apps/calendar/v3/reference/events/list