This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Calendar

Description

A simple but effective Calendar plugin for WordPress that allows you to
manage your events and appointments and display them to the world on your
website.

Features:

  • Monthly view of events
  • Mouse-over details for each event
  • Events can have a timestamp (optional)
  • Events can display their author (optional)
  • Events can span more than one day
  • Multiple events per day possible
  • Events can repeat on a weekly, monthly (set numerical day), monthly (set textual day) or yearly basis
  • Repeats can occur indefinitely or a limited number of times
  • Easy to use events manager in admin dashboard
  • Sidebar function/Widget to show todays events
  • Sidebar function/Widget to show upcoming events
  • Lists of todays events can be displayed in posts or pages
  • Lists of upcoming events can be displayed in posts or pages
  • Comprehensive options panel for admin
  • Modifiable CSS using the options panel
  • Optional drop down boxes to quickly change month and year
  • User groups other than admin can be permitted to manage events
  • Events can be placed into categories
  • A calendar of events for just one of more categories can be displayed
  • Categories system can be switched on or off
  • Pop up javascript calendars help the choosing of dates
  • Events can be links pointing to a location of your choice
  • Full internationalisation is possible
  • Comaptible with WordPress MU
  • iCalendar feed of events can be made accessible

Screenshots

  • Calendar being used on a blog page
  • Widgets showing in the sidebar
  • The event management screen of calendar
  • The category management screen of calendar
  • The options screen of Calendar

Installation

The installation is extremely simple and straightforward. It only takes a second.

Installing

  1. Upload the whole calendar directory into your WordPress plugins directory.
  2. Activate the plugin on your WordPress plugins page
  3. Configure Calendar using the following pages in the admin panel: Calendar -> Manage Calendar, Calendar -> Manage Categories, and Calendar -> Calendar Options
  4. Edit or create a page on your blog which includes the text {CALENDAR} and visit
    the page you have edited or created. You should see your calendar in action.
  5. You’ll see two new widgets, “Today’s Events” and “Upcoming Events” that will render data from the plugin. These can
    be configured with custom titles and limited to certain categories by specifying their IDs, comma separated
  6. Additional data from the calendar may be inserted into posts and pages using the following legacy tags. Note the
    inclusion of optional category ids to limit display in this way
    {CALENDAR} or {CALENDAR;1} or {CALENDAR;1,2}
    {MINICAL} or {MINICAL;1} or {MINICAL;1,2}
    {TODAYS_EVENTS} or {TODAYS_EVENTS;1} or {TODAYS_EVENTS;1,3}
    {UPCOMING_EVENTS} or {UPCOMING_EVENTS;1} or {UPCOMING_EVENTS;1,3}
  7. Later versions of the plugin also support the new WordPress short code system, examples as follows
    [calendar] or [calendar categories=”1,3″] or [calendar type=”mini” categories=”1″] or [calendar type=”upcoming”]
  8. There is an iCalendar available within calendar. Once activated on the calendar options page, simply visit your site
    with calendar_feed appended, e.g.
    example.com/?calendar_feed
  9. If you’re coding your own theme or plugin, you can call out to calendar functions directly to include content
    calendar() or calendar(“1”) or calendar(“1,3”)
    alternatively all the below using similar variations to the above for categories
    calendar_minical() or calendar_upcoming_events() or calendar_todays_events()

Upgrading from 1.2 or later

  1. Deactivate the plugin (you will not lose any events)
  2. Remove your current calendar directory from the WordPress plugins directory
  3. Upload the whole calendar directory into your WordPress plugins directory.
  4. Activate the plugin on your WordPress plugins page

Upgrading from 1.1

  1. Deactivate the plugin (you will not lose any events)
  2. Remove the Rewrite rules from your .htaccess file that you added
    when you first installed Calendar.
  3. Delete plugins/calendar.php, wp-admin/edit-calendar.php, wp-calendar.php
  4. Upload the whole calendar directory into your WordPress plugins directory.
  5. Activate the plugin on your WordPress plugins page

Uninstalling

  1. Deactivate the plugin on the plugins page of your blog dashboard
  2. Delete the uploaded files for the plugin
  3. Delete the following database tables wp_calendar, wp_calendar_config and wp_calendar_categories
  4. Remove the text {CALENDAR} from the page you were using to show calendar, or delete that page

FAQ

Where can I get support for the plugin?

Support is primarily available on Kieran O’Shea’s forum.
A wealth of questions and answers are available here along with a copy of this FAQ. The support forum is located away from WordPress because
at the time the original plugin was authored, the WordPress support forums didn’t provide an easy way to be notified of posts and manage things.
Recently things have changed in this regard and so the WordPress support forums for Calendar are also monitored from time to time.

Where can I request a feature?

Please use the support forums mentioned above, adding your request to the feature requests thread

I like it, can I make a donation?

Of course. Simply visit Kieran O’Shea’s website and use
the PayPal donate link in the sidebar on the right hand side

I get 404 errors

This issue has been fixed in the new version. Please upgrade.

I can’t add events in the admin panel. I use IE6.

This issue has been fixed in the new version. Please upgrade.

My .htaccess file keeps getting over-written

.htaccess modifications are not required in the new version. Please upgrade.

How do I put upcoming/todays events in my sidebar? I’ve enabled them in the admin panel but I can’t see them.

This is because you need to ensure they are visible in your theme first.

To do this under WordPress 2.8 there are a pair of widgets that you can add to your side bar in the admin panel. Position them how you want.

Under WordPress 2.0 or where your theme does not support widgets you need to modify the sidebar.php file of your theme to include the following code as appropriate:

<?php echo calendar_todays_events(); ?>
<?php echo calendar_upcoming_events(); ?>
How do I place an instance of calendar in a post or page?

You need to place the tag
{CALENDAR}
someplace in the post or page using the editor. This tag will be replaced with an instance of Calendar when the page is viewed.

The calendar doesn’t look right with my theme. How can I fix this?

Unlike the days of version 1.1 you shouldn’t find version 1.2 overflows your theme or anything like that, but you might find the font size unsuitable or that the colours aren’t appropriate.

If this is the case you can use the Calendar options page to modify the CSS. Every element of Calendar has a CSS class, and different types of table cell (with a day, without etc) have their own CSS class also. These are detailed in the default CSS style sheet.

I cannot help you to make alterations to these yourself, but any online guide concerning CSS should be able to help you with this.

I’ve added the todays events and upcoming events widgets (or functions in the case of WordPress 2.0) to my sidebar and switched on the features in the config screen but still can’t see them in my sidebar. What is going wrong?

Are you sure you have added any events or that ones you have added are in the future or today? The todays events widget only shows if there are events today and the upcoming events widget only shows if there are events in the number of future days as specified in the configuration screen.

I’ve allowed a user group other than admin to manage events but now they can see and modify the events created by admin.

This is intentional. Many people requested that they wanted users other than admin to be able to manage events and this is what this feature allows. You must of course trust the group of users you grant access to do sensible things. If they are not doing sensible things, you might want to review their ability to access the manage events screen by changing the user group that can do this.

I deleted a user but events they had added are still showing but as the admin user.

This is normal. It was reasoned during development that because events are usually useful to everyone, the deletion of a user doesn’t mean that you necessarily want events they added to be deleted also. Because events now have to be associated with a user, deleting a user who added events causes their events to be allocated to the admin user. If you don’t want these events anymore then you have to manually delete them. You might find it easier to do this while the user is still active because you will be able to see their events more clearly on the manage events screen.

I had nice pretty links on version 1.1 which were easy to navigate. Where have they gone in later versions?

Over 80% of support questions had to do with users not being able to setup their .htaccess file correctly to enable pretty links. Because only pretty links were allowed this prevented them from using Calendar.

I’ve taken a step in the opposite direction with the later releases and removed pretty links entirely. This permits a one-click install for users. Those with experience will be able to modify the plugin slightly and add .htaccess rules to re-enable pretty permalinks.

Sadly for those that liked the links but don’t know how to re-enable them you are out of luck. I don’t code this plugin for profit and so I had to think of the time I was spending on support questions rather than features in this particular case. I like pretty links and use them on all my sites, but they are non-trivial to setup and I don’t want to be giving lessons every day on what to do rather than getting on with my own work. Sorry.

Can I remove the link to your website from underneath the calendar?

Yes. Calendar is released under the GPL which permits you to copy, modify and redistribute the plugin as you see fit after you have downloaded it. So long as credit to me, Kieran O’Shea, is maintained within the source then you can remove the link and make any other changes you want.

Please be aware however that I will only provide support to users who’s calendar (or site footer) is sporting the link to my website.

How can I change the day the week starts on?

Calendar conforms to the main WordPress setting as to what day the week starts on. If you go to the settings area of the WordPress admin panel and change what day the week starts on in there, Calendar will change also.

I’ve enabled categories but am confused as to how they work. Can you help?

When you install Calendar you will note that there exists one category, entitled “General” into which all new events are placed. If you enable categories you will notice that events suddenly show up highlighted in the same colour that the “General” category is set to and that a key denoting the name of the category and its colour shows up below the calendar. This means that if you create a new category with a different name and colour and place event(s) into it they will show up in the new colour. This allows you to see easily what type of events are scheduled.

Why can’t I delete the “General” category?

Since the introduction of categories each event must be placed in a category. For this reason you are prevented from deleting the “General” event category so that events always have at least one category in which to sit. You can however change the name and colour of the “General” category to suit your site or turn off categories completely. Note that turning off categories will not prevent the display of the category in which an event sits in the admin panel, it will merely obliterate all references to categories on public instances of Calendar.

Can I make event titles/mouse-overs links?

Yes. You simply need to fill in the full URL (including the http:// bit) in the field entitled “Event Link (Optional)”. This will then turn the event title into a link to the URL of your choice. Leaving this field blank will disable the feature for the event.

Why are categories disabled by default?

This is mainly for people who are upgrading. Because there is only one category by default, enabling them immediately upon upgrade would result in upgraders suddenly seeing all their events (perhaps hundreds or even thousands) listed under the same type, which would look a bit silly. Disabling it by default allows non-interested parties to keep using Calendar the way they have and interested parties to put events in the right categories before enabling the category system.

I’m currently using [Event Calendar](http://wpcal.firetree.net/ “Event Calendar”) and wish to change to Calendar. Why, when both plugins are activated (as I migrate), does only one plugin’s upcoming events widget display?

The issue here is that there is a naming conflict between the functions in the two plugins. Due to the fact the aforementioned calendar is no longer developed or supported by the author and users are unlikely to want to use two types of calendar at once, I will not be working around this issue. You should simply be aware that showing both widgets at once while you are migrating is not possible.

My theme was designed using Artiseer and the mouse-overs on Calendar are partially hidden in the sidebar. How can I fix this?

Firstly you should install Atristeer 2.3.0.23326 or later as the issue should be fixed in this version. Secondly, if this version fails to fix the issue then you should find the CSS classes named as below (or similar) and remove the z-index attribute from them
.BlockContent
.Block-body
.Block
.BlockContent-body
Thirdly, if you found yourself having to implement the above fix then don’t ask for support – the problem is still with Atristeer and you should contact them about the issue. An update on their software and my support for it is posted here Artisteer Calendar Issue

I see mention of a development version of Calendar. Where can I download this?

The development version is Calendar as you know it along with ongoing fixes etc. that I’ve either already implemented and not released or am in the process of implementing. Some users find that a particular bug they have is already fixed in this version and so might wish to install it. It is available for download from WordPress on the following URL

Calendar Development Version

I have no time on my events when I view them in the calendar, even though I entered one when I added my events. What is going on?

Check to make sure that the form field is not blank on WordPress/GeneralSettings/DateFormat if you have set it to custom.

I’ve upgraded Calendar and my mouse-overs have gone all funny. How do I fix this?

To bring Calendar into full compliance with W3C web standards, some changes were made to the HTML which in turn required some changes to the styles. In order to activate these new styles you will need to tick the box on the Calendar options page to repair the Calendar style. Be warned that if you have made style changes in the box, you will lose them – be sure to back them up so you can edit them back in after the restore.

I’ve authored a custom theme but when I include Calendar on a page the styles are missing and it looks odd.

You’ve not called wp_head() in your theme’s header and/or wp_footer() in your theme’s footer. Add these calls and the Calendar will spring to life.

Reviews

April 11, 2022
If I set the wordpress time to the correct time zone, all of the dates are off by one day. If I leave the time set to UTC, the dates are right but today's event is off by one day. This is unacceptable.
September 3, 2019
I have had this plugin installed for many years and it has worked great. Quick support response from Kieran when I had an issue (which was my fault).
July 12, 2019
Sometimes, you don't need all the bells and whistles of a full-blown calendar plugin. Sometimes, you just want to be able to put on the web what's on the calendar on your refrigerator, a planner so to speak, and that's exactly what this plugin does. If you're not interested in Google indexing your calendar, because you only have it as a convenience for your visitors and aren't interested in locations, ticketing and all sorts of other things, then this is the calendar plugin for you. I've had some of the more complicated calendar plugins, both at home and at work, and for my personal use, I went back to this one. I wanted something simple that my visitors could see what I'm cooking for the month with links to recipes. That's it and this is the plugin for me.
March 1, 2017
When you create a title of events normally can not be edited and is severely limited in length. Then there is the question "are you sure you want to do it," and no buttons that say "Yes". At this point I stopped.
November 26, 2016
A very simple and easy to use calendar. Not many features, but exactly what I needed for my community website. Works smoothly.
Read all 24 reviews

Contributors & Developers

“Calendar” is open source software. The following people have contributed to this plugin.

Contributors

“Calendar” has been translated into 5 locales. Thank you to the translators for their contributions.

Translate “Calendar” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.14

  • Correcting CSS that was inadvertently overriding wider site elements
  • Removed use of date_i18n – this changed in WordPress 5.3 and now causes undesired operation on upcoming events
  • Enhanced use of CSS colours; added backgrounds on mini calendar, add option to improve category foreground contrast
  • Adding span wrappers around * and “all day” elements with CSS classes to permit removal if so desired
  • Validated performance and compatibility with latest version of WordPress

1.3.13

  • Fixed loading order issue with internationalisation
  • Enabled the full 30 characters in the title, even for unicode
  • Fix ability to add basic HTML (line breaks etc.) into event descriptions
  • Validated performance and compatibility with latest version of WordPress

1.3.12

  • Removed ability to access PHP files directly
  • Change import of admin CSS and JS to enqueue
  • Removed an erroneous direct reference to the wp-content directory
  • Enhance sanitisation of some admin side user input
  • Ensure all functions are prefixed with plugin name to avoid clashes with other plugins
  • Fixed some bugs with short codes and updated the documentation surrounding these and changed function names

1.3.11

  • Fixed reported XSS issues with category name and event title

1.3.10

  • Validated performance and compatibility with latest version of WordPress
  • Fixed bug with mouse hover box which caused longer titles to wrap in an unpleasant fashion
  • Corrected incorrect formatting of DTSTAMP field in iCalendar feed
  • Added a filter entitled “modify_drawn_event_content” which allows custom drawing of events on full calendar (requested by user Eric3D)
  • Tackled, after a fashion, the issue of repeating UIDs in iCalendar feed. May now result in IDs changing on a daily basis for some recurring events but should validate
  • Added time zone support into the iCalendar feed

1.3.9

  • Improved the feed of events to use iCalendar format

1.3.8

  • Fixed a reported XSS issue with the date switcher
  • Added a RSS feed of events

1.3.7

  • Added a further fix for dollar signs in event titles and descriptions
  • Reverted potential IIS related fixes as these did not fix anything for IIS users and caused problems for others

1.3.6

  • Fixed bug with all categories showing in the category key, even when the calendar above is filtered on a subset of available categories
  • Fix internationalisation string for “all day”
  • Fix day of the week background CSS, moved from inline to part of the CSS style editor box
  • Correct queries to update tables to UTF8 that were failing in certain environments
  • Add calendar version number to a wordpress option to permit a reduced number of queries to be executed
  • Fix performance issue of information schema query, removed this in favour of a one-off hit and hope
  • Fix IIS URL variables not working (probably as no ISS server to test with)
  • Fix translation paths, preventing direct references to wp-content which is deprecated
  • Fix translation header in php file, allowing new plugin translate portal to pick up calendar
  • Add all translations available to the deployment package, enables ease of use and head start for translators

1.3.5

  • Fixed bug with date switcher not showing the current month when said month happened to be September
  • Corrected error thrown when numerical date in URL arguments was being incorrectly cast to string
  • Fixed lack of header on POT file and updated the same to include some missing translation strings
  • Improved README file with full FAQ and proper spacing between list items
  • Included assets which support the new WordPress repository GUI, namely a background and an icon
  • Fixed issue whereby accented characters couldn’t be used in titles and descriptions
  • Added action hooks for add, edit and delete events and a filter for event links (requested by user lexhair)

1.3.4

  • Enabled short codes for displaying the calendar in posts/pages
  • Enabled use of calendar short codes in the text widgets to permit multiple calendar widget instances via short codes
  • Fixed dollar sign not displaying properly in event descriptions
  • Removed references to deprecated MySQL functions, switching instead to wpdb prepare functions

1.3.3

  • Fixed XSS security issue (thanks to Charlie Eriksen via Secunia SVCRP for the report)

1.3.2

  • Ensured manage calendar JavaScript only loads on manage calendar page in admin panel
  • Switched to GPL compatible JavaScript date picker