=== Events Calendar ===
Contributors: snumb130
Donate link: http://www.lukehowell.com/donate
Version 5.6.10
Tags: widget, admin, sidebar, google, plugin, javascript, date, time, calendar
Requires at least: 2.1
Tested up to: 2.3.2
Stable tag: 5.7.10

== Description ==
I wrote this because a friend of mine requested it.  I am sure there are some things to work out so I await your feedback.  Once you activate the plugin you can start adding events.  I am working on adding support for external calendars but it is not complete yet. There are instructions under installation for using this widget as a k2 sidebar module.

The calendar will display your events in the admin section and allow you to edit and delete them.  Details will be shown when you hover over the event title.

The widget section will show dates with events in red and show events when hovering over date.

<b>Supports iCal now.  You can add links to iCal at bottom of admin section.</b>
This allows to add google calendars.
Designed from iCal parser by Ben Barnett

== Change Log ==
<pre><code>
Version 5.7.10
  Feature Added - Support for K2 sidebar modules has been added.  When you extract the plugin you will see a new folder.  If you are not using K2 sidebar modules then there is nothing extra you need to do.  If you are wanting to use this as a K2 sidebar module you will have to upload a file to the K2 theme.  The file is located in the plugin folder under the folder k2-module.  This file inside must be uploaded to the k2 module folder.  The directory is as follows: wp-content/themes/k2/app/modules
Version 5.6.10
  Bug Fix - Fixed errors caused in PHP4 with ical parsing
Version 5.5.10
  Bug Fix - Displaying duplicate March in drop down menu on widget.
Version 5.5.9
  Added ability to show events from ical.  There is still some issue with irregular occurrances.  However, seems to work fine with DAILY, WEEKLY, MONTHLY, YEARLY standard reccurring events.
Version 4.5.9
  Bug Fix - Error cause by themes not containging <?php wp_footer();?>
  
Version 4.5.8
  Bug Fix - Fixed error caused by using single quotes.
  Added Spanish translation from Covi
  Changed events list format to show current days events as well as future.
  
Version 4.4.7
  Added ability for multiple languages, patch from Rauli Haverinen
  Added Finnish translation files from Rauli Haverinen
Version 3.4.6
  Just straightened some code.
Version 3.4.5
  Code beautification

Version 3.3.5
  Took out donate link as it is on my site now.

Version 3.3.4
  Added fix from Kerwin Kanago to correct problem in php4 fix from Brett Minnie
  
Version 3.3.3
  Set color of text to black in hover box.  Fixed problem showing up with themes with light color text.
  Added option to choose minimum user level to edit event. (You must go to widget options and resave them or management page will not show up)

Versino 2.3.2
  Bug Fix - Calendar wouldn't accept events with day having leading zero.  Converted string to int to fix.

Version 2.2.2
  Bug Fix - Problem caused with redeclaring str_split

Version 2.2.1
  Display Calendar as upcoming event list. (revision by Dan Coulter - http://www.dancoulter.com)
  Choose diplay format of Date and Time. (revision by Dan Coulter)

Version 1.2.1
  Hide empty fields.  (suggestion by Dan Coulter)
  php4 fix.  (revision by Brett Minnie - http://www.fractalmetal.co.za)

Version 1.1.1
  Bug Fix - Wordpress variabl clashing with events variable.  Fixed bug displaying archives.

Version 1.1.0
  Title Option
  Day Name Length Option

Version 1.0.0
  First release.
</code></pre>

== Installation ==
1. Upload `events-calendar` folder to the `/wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

	When updating you will need to deactivate and reactivate the plugin.
	Also, to be safe you should go to widget options and resave them.
	
	If you are wanting to use this as a K2 sidebar module you will have to upload a file to the K2 theme. The file is located in the plugin folder under the folder k2-module. This file inside must be uploaded to the k2 module folder. The directory is as follows: wp-content/themes/k2/app/modules

== Frequently Asked Questions ==

= Why does nothing happens when I hover over the event? =
In the admin section under presentation you will see a tab that says theme editor.  If you click that it will bring you to a text editor for editing you theme.  On the right side of the page you will see a list of links.  Click on the link for the footer.  Make sure that some where in the file the following line appears:  "wp_footer();" (without the quotes).  If this line is not there the event information will not show up when you hover over the date.

= Where do I add my events? =
Under the "Dashboard" tab of the admin page, there is a "Calendar" subpage.

= Is this plugin supported as a k2 module? =
Yes, it is now supported with the k2 theme.