| 1 |
Creates calendar displays of Views results.
|
| 2 |
|
| 3 |
Create a new calendar by enabling or cloning the default calendar,
|
| 4 |
changing the date argument to use the correct date field(s), and setting
|
| 5 |
up the year, month, day, week, and block views with the desired styles
|
| 6 |
and fields.
|
| 7 |
|
| 8 |
Unlike previous versions of the Calendar module, there is just a single
|
| 9 |
Date argument instead of year, month, and day arguments. The argument
|
| 10 |
value will be YYYY-MM-DD for a day, YYYY-MM for a month, YYYY for a
|
| 11 |
year, and YYYY-W99 for a week. There is a default option to set the
|
| 12 |
argument to the current date when the argument is empty.
|
| 13 |
|
| 14 |
A calendar display creates calendar navigation and links to
|
| 15 |
multiple displays for the year, month, day, or week views. The actual
|
| 16 |
displays are created by attaching calendar views that use whatever
|
| 17 |
styles are desired for those pages.
|
| 18 |
|
| 19 |
Calendar views are attachments to create the year, month, day,
|
| 20 |
and week displays. They can be set to use any style, either a
|
| 21 |
calendar style or any other Views style, like teasers or lists.
|
| 22 |
If you don't want to use one of them, don't attach it to
|
| 23 |
anything. Only the attached views will show up in the calendar.
|
| 24 |
|
| 25 |
A calendar block will create a calendar block for the
|
| 26 |
view results. Attach a block view to the block and set up the
|
| 27 |
desired style in the block view.
|
| 28 |
|
| 29 |
If the Calendar iCal module is enabled, an iCal feed can be
|
| 30 |
attached to the view.
|
| 31 |
|
| 32 |
|
| 33 |
|