Adding a calendar
A calendar is a fantastic way of keeping customers coming back to your site and business at regular intervals, so that they can take advantage of specials, sales, and other time-limited events.
We will create a basic visual event calendar, which displays information about musical concerts, special events, and more, for the Artisan Bakers Collective bakery. The calendar will show a month grid view with events posted as clickable event title links. The event titles will click to a full node in Drupal.
Tweaking our date and time settings
In this section, we'll configure our Date and Time zone settings on our Drupal site.
Goal
Create an event that will be displayed on the calendar.
Additional modul
Date (http://drupal.org/project/date). The current version of the Date module is: 7.x-2.0-alpha4.
Steps
In this section, we will install and configure the Drupal Date module:
Before we add events to our site, we need to be sure that we have the Date module installed. The Date module will...