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

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

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