=== Ajax Event Calendar === Contributors: eranmiller Tags: multi-user, calendar, event, ajax, filter Requires at least: 3.1 Tested up to: 3.1.3 Stable tag: 0.8 A Google Calendar-like experience to add, edit and delete events in a common calendar. == Description == A Google Calendar-like interface that allows registered users (with required access) to add, edit and delete events in a common calendar viewable by all blog visitors. * Users can only edit and delete events they create * Dynamic category-based near-instant event filtering * Dynamically generated calendar contributor list (sidebar widget) = Administrator only = * Administrators can edit and delete all events * Current calendar month activity report * Event category management * Added column "event counts" in the Users table, enables you to monitor event creation by user = Options = * Add, edit or delete event category types * Limit event creation to a pre-defined window of time: between the next 30-minute interval and one year * Displays the WordPress Login/Register links (Admin menu) on the front-end Calendar * Front-end calendar can be password protected * Toggle front-end calendar to display with and without the blog sidebar * Display a contributors list in sidebar by employing "Calendar Contributors" in Widgets == Installation == 1. The easiest way to install this plugin is via the automatic installer within WordPress administration. 1. To create the front-end (non-administrative) view of the calendar: create a new page with any name, the **page slug must be named 'calendar'** == Frequently Asked Questions == = What does this plugin remove when deleted? = The event and category databases, custom calendar roles and capabilities, and plugin options are permanently removed. = How does the calendar filter work? = The filter is appears only when more than a one event category has been created. = What happens to user events when they are deleted? = All events associated with a deleted user are permanently deleted. = What happens to events associated with a deleted category? = All events associated with a deleted category are re-assigned to the primary category type. = What are roles and capabilities does this plugin create? = Two new roles "Calendar Contributor" and "Blog+Calendar Contributor" are added, both contain a new capability "aec_add_events". A new capability "aec_run_reports" is added to Administrator accounts only. == Screenshots == Coming Soon == Other Notes == **Compatibility** If you use the WP Minify plugin, disable the HTML minification option or the calendar detail view will not load properlly. Hat Tip to the authors of these fine jQuery plugins, used in the creation of this plugin: * Google Calendar interface experience (FullCalendar) * Growl feedback (jGrowl) * OSX modal forms (simpleModal) * Category color selection (miniColors) == Changelog == = 0.8 = * Fixed css conflicts with themes * Added sidebar toggle option * Added password protection support = 0.7.6 = * Fixed toggle admin menu option = 0.7.5 = * Fixed css, filters and modals = 0.7.4 = * Fixed activity report missing file = 0.7.3 = * Fixed update issues = 0.7.2 = * Fixed truncated plugin description = 0.7.1 = * Fixed widget file path = 0.7 = * Added options for event limits and admin menu toggle * Modified css to address reported style collisions * Added a PHP5 dependancy check to halt installation for users running older versions = 0.6.1 = * Updated plugin link = 0.6 = * Refined event input form * Roles and capabilities are removed on plugin deletion * Added Events column to administrative users table * All calendar events associated with a deleted user are removed = 0.5.1 = * Admins can edit past events * Admins can see the user name and organization of event creator in edit mode = 0.5 = * Category management interface * Refined event editing validation * Calendar contributor widget = 0.4 = * Current month activity report = 0.3.1 = * Fixed time validation * Fixed jGrowl css hide all notifications * Minified css * Fixed query to retrieve events that span longer than a single month = 0.3 = * Streamlined event input form html and css * Fixed calculation for all day event durations * Added validation for event duration input * Added Organization name to event viewing modal, from data provided by user's wordpress profile * Dynamically generated calendar contributor list = 0.2.1 = * Added Help Link = 0.2 = * Event display styling * Filter appearance = 0.1 = * Getting the wheels to stay on the wagon == Upgrade Notice == = 0.8 = * CSS conflicts, sidebar toggle option, password protection support = 0.7.6 = * Fixed toggle admin menu option = 0.7.5 = * Fixed css, filters and modals = 0.7.4 = * Fixed activity report missing file = 0.7.3 = * Fixed update issues = 0.7.2 = * Fixed truncated plugin description = 0.7.1 = * Fixed widget file path = 0.7 = * Fixed CSS collision and added plugin options = 0.6.1 = * Updated plugin link = 0.6 = * First official plugin release