Calendar

Views: 6015 Added Date: 10 December 2013 KarenS Like
free
Drupal Module: Calendar

CMS: Drupal Version: 6 Type: module Extension Topic: Site Navigation


Requires Views and the Date API (packaged with the Date module).

This module will display any Views date field in calendar formats, including CCK date fields, node created or updated dates, etc. Switch between year, month, and day views. Back and next navigation is provided for all views. Lots of the Calendar functionality comes from the Date module, so any time you update the Calendar module you should be sure you also update to the latest version of the Date module at the same time.

See also Date iCal, a project that contains code and features needed to either import or export dates using iCal feeds. The functionality that used to be in the Calendar iCal module has been moved into that module.

Be sure to read Debugging Information before reporting a problem. Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug.


D7 Version

New Method For Creating Calendars! The previously-recommended method of creating calendars was to clone the default calendar view provided by this module. This caused lots of problems because the default view had to use a known date field so ends up being a view of every node on the site, a potential performance issue. Plus you had to find and change every place that field was used to switch to the date field you actually want. The new method is to create new calendars from a template. You'll see an 'Add view from template' option at the top of the list of Views. Select that and you'll find a template for every date field that the Date API can manage which will create a calendar specific to that date field.

I just added a new row plugin to the 7.3 version of Calendar that should work with any entity, not just nodes. The old plugin has been marked as deprecated and will be removed in the final release, so please update your views to use the new plugin, 'Calendar Entities'.

The Calendar iCal module is deprecated in favor of Date iCal. This was marked as deprecated and hidden as much as possible until it was safe to completely remove it.



Reviews (0):

Rate this: 
Send