=== Availability Calendar === Contributors: Steve Whiteley Tags: availability, calendar, booking, dates, booked, available Requires at least: 2.8.2 Tested up to: 2.9 Stable tag: 0.1 A simple to use and manage availability calendar. == Description == The Availability Plugin display booking availability on a year by year basis. A full calendar year is displayed, with booked dates highlighted. There are a number of features still required, including: * Settings page allowing you to set the number of years displayed (defaults to 5). * Ability to prevent the default CSS file from being included. == Installation == Here we go: 1. Upload the `availability` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use the shortcode `[availability]` to display the calendar. == Frequently Asked Questions == = How do I manage the availability? = Once logged in to wp-admin, browse to `Pages > Availability`, here you can select all the booked dates and click save once you are done. = Can I display the current year shown? = Yes, use the shortcode `[availability display="year"]` within your post or page. = How do you select a year to view? = The shortcode `[availability display="dropdown"]` can be used, this will generate a form with a list of available years. Alternatively you can use the function call `` in your template files. == Screenshots == 1. The availability calendar management page. 2. Availability calendar with default styles. 3. Example showing the addition of shortcodes to a page. == Changelog == = 0.1 = * This is the very first version.