=== GCal Events List ===
Contributors: veleno
Tags: google, calendar, events, widget
Requires at least: 4.8
Tested up to: 4.8
Stable tag: 2.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

GCal Events List retrieves future events from a public Google Calendar and shows data in a widget.

== Description ==

GCal Events List retrieves events from Google Calendar and shows data in a widget.

To make GCal Events List work properly, you have to activate the plugin and paste your Google Calendar API key and a public calendar ID in the widget admin panel.

It requires some other options. Here is the full list of params:

1. Title (widget title)
1. Calendar ID (you can find it in the option panel of your Google Calendar)
1. Google API key
1. Start from (a valid date in YYYY-MM-DD format)
1. Max results

For a detailed description of calendar settings, read the [Google Calendar Data API documentation](https://developers.google.com/google-apps/calendar/)

**REMEMBER**: your Google Calendar must be public, otherwise the widget won't show any event!

== Installation ==

1. Extract gcal_events_list.zip
1. Upload the plugin folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure your *GCal Events List* widgets through the widgets admin page.  

== Screenshots ==

1. The widget admin panel
2. The widget rendered in the front-end

== Changelog ==

= 2.1 =
* Fixes several errors

= 2.0 =
* New version release

= 1.1 =
* Minor changes

= 1.0 =
* Fix: deprecated PHP4 style constructors in WP 4.3 [read more](https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/)
* Upgrade: support to [Google Calendar API V3](https://developers.google.com/google-apps/calendar/)

= 0.1 =
* Initial plugin release