Cookbook: Have some different Event-types in one calendar
This Cookbook shows, how you can have some different Event-types in one Event-Calendar for Drupal 7 (http://drupal.org/node/1477602). The
This Cookbook shows, how you can prepare an event-calendar for Drupal 7, using the new method to create new calendars from a template.
Remark
For your first try use a fresh installed 'drupal 7 with default profile' and then start with step 1.
sites/all/modules.http://example.com/admin/modules' and enable the modules "Calendar", "Date" and "Views UI". After Clicking on "Save configuration" click "Continue" to enable all required dependencies too.http://example.com/admin/structure/types' and click on "Add content type".http://example.com/admin/structure/types/manage/event/display': on "Custom display settings" set all options (like "Teaser") to no and then click on "Save".http://example.com/admin/structure/views/add-template' and add "Calendar - A calendar view of the 'field_event_date' field in the 'node' base table.". On "/admin/structure/views/view/calendar/edit" click on "Save".http://example.com/admin/config/date/calendar' and do the Calendar Administration.http://example.com/admin/structure/block'.
To test: Click on "Add content" in the Navigation-menu, select "Event":
Title = "My first event", Body like "This is the first event", change nothing, Click on "Save".
Later you have to enter/import the event-time in the timezone of the location of the event. [1]
Visit 'http://example.com/calendar-node-field-event-date'.
[1]: This is the recommended setting, which later cannot be changed, without deleting all events prior to that! If you choose the "Time zone handling" to "No time zone conversion", then there is no changing of the time of the event between adding/importing and viewing, neither in summertime nor in wintertime. You have to enter/import the event-time in the timezone of the location of the event (like the flight-time on an airport, this is always local time/local timezone. The difference between the time of departure and arrival is different from the flighttime, if the timezones of the two airports are different).
[2]: If you use the module Feeds (http://drupal.org/project/feeds) to import events, please patch Feeds until issue http://drupal.org/node/722740#comment-5373838 is patched to the module.
[3]: If you update the calendar-module it may be necessary to delete the old calendar-view and create a new calendar-view using this Cookbook.
Good luck!
This Cookbook shows, how you can have some different Event-types in one Event-Calendar for Drupal 7 (http://drupal.org/node/1477602). The