=== Plugin Name === Contributors: rjune Donate link: http://www.oriontechnologysolutions.com/web-design/gcal-sidebar/#donate Tags: sidebar, google, calendar Requires at least: 2.8 Tested up to: 2.9.2 Stable tag: 2.1 Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog. == Description == Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog. == Installation == 1. Upload gcal-sidebar.php to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure in the Settings menu. 1. Place it in your sidebar in the widets section. == Frequently Asked Questions == = What do I put in the Calendar ID field? = Simply put the ID of the calendar, GCal Sidebar will generate the URL itself. You can get the ID by going to the settings of a calendar, then looking in the "Calendar Address" section on the far right. = Where do I get the Private Key? = This is somewhat harder. Again, go to the settings page of the calendar. Look at the bottom in the "Private Address" section. Click on iCal, and copy the text between 'private-' and '/basic.ics'. That is your private key. Paste that into the public / private config box to allow access to private calendars. == Screenshots == No screenshots yet. == Changelog == = 2.2 = * Fixed bug with private calendars * Implemented "All day" idea from brady8(your patch was an old version) * Added patch from Ned for richsnippets support * Properly sorted required / optional configs in the widget config = 2.1 = * Submitted to wordpress.org = 2.0 = * Added multicalendar support * Pull title from calendar if the widget config is empty * Changed timezone offset to timezone dropdown default is "Automatic" = 1.1 = * Removed style from a link to the individual event. The theme should define that, not the module = 1.0 = * Pull timezone from the calendar instead of relying on the current system or user input. * Moved timezone offset option to end of the config as it should be almost never required now. = 0.5 = * Rearranged the widget config to put common items near the top. * Luis Esparza added the ability to display private calendars. Thank you sir. = 0.4 = * Added results offset feature, This lets you ignore the next X events in your calendar feed. Thanks to Kevin Gruber for funding the development. * Added an option to display a MAP link next to each entry. = 0.3 = * Fixed TimeZone offset bug. (Timezone was two hours off) * Fixed bugs in title link and event link dropdowns = 0.2 = * Added support for multiple calendars * Tooltip shows address and description when you mouseover the link = 0.1 = * Initial Creation == Upgrade Notice ==