Event calendar plugin that allows you to add a nice-looking scheduler/planner with drag-n-drop interface, recurring events, Google Map integration.
An easy to implement event calendar plugin built on top of dhtmlxScheduler
that provides an Ajax-based scheduling interface similar to Google Calendar. The plugin allows you
to manage single or multiple user events, display any type of events and appointments, and put a list of the upcoming events on a side bar.
Users can add/edit/delete events on the fly and easily change event date and time by simply dragging the event boxes.
You can set up different levels of permissions to people who will use the calendar: make the scheduler read-only or allow
a group of users to edit the events through a web-based calendar interface.
The calendar can be configured to display events in Day, Week, Month, Agenda, Timeline view, as well as in any custom view. The intuitive admin panel
makes it easy to customize the calendar to your needs. You can use the plugin as an event calendar or as archive calendar to display your blog posts archive (in this case it works in read-only mode).
Main Features
What’s New in 3.0
Requirements
/wp-content/plugins/
directoryAfter plugin activation, you will have a new page in your blog, with calendar on it.
You can configure it through Plugins menu.
SideBar installation
To have the list of upcoming events on the sidebar, you can add the next line into sidebar’s template
<?php if (function_exists('scheduler_sidebar')) echo scheduler_sidebar(); ?>
If you are using a widget-capable theme, “Upcoming Events” widget can be used for the same.
Export to iCal format
To add such possibility, just add the next link somewhere on the page ( inside post, or inside sidebar’s template )
<a href='./wp-content/plugins/event-calendar-scheduler/ical.php'>Export events</a>
If you need to export only upcoming events, the link will look as
<a href='./wp-content/plugins/event-calendar-scheduler/ical.php?oncoming'>Export upcoming events</a>
The scheduler was tested with most popular themes for WordPress, but still it’s possible that theme used in your case is not compatible with the scheduler’s styles.
Please drop an email to dhtmlx [at] gmail [dot] com with the name of used theme.
Most probably you are using php 4.x , which is not supported.
In settings of plugin enable “Debug mode” and check the problematic page again – now it must contain more readable problem description.
All operations can be done through the public GUI
documentation
Also, you can create new events during post creating | editing
documentation
Check the settings of scheduler, the “Add” action must be enabled for the related user group, to be able to add the new event.
If something is still not clear – you can ask your question at dhtmlx support forum
Initial release.
2.3
+ codebase updated to scheduler 2.3
2.3.1
+ fixes for WP 3.1.1