July 2008
S M T W T F S
    1
1700 - 1900 First Days
2
1100 - 1130 First and Third Wednesdays
1900 - 2100 Random Event
3
0800 - 1700 Weekly Event
4 5
6
0900 - 1000 Repeat weekly starting 15 October
7
0800 - 2259 Happy Happy Joy Joy Week
8
0800 - 0800 Sample Monthly event
0800 - 0800 Sample Monthly Event 2
0800 - 2259 Happy Happy Joy Joy Week
1152 - 1152 Second and Fourth Tuesday
9
0800 - 2259 Happy Happy Joy Joy Week
1342 - 1342 French Toast Day
1345 - 1345 Sacrifice of the Lambs
10
0800 - 1700 Weekly Event
0800 - 2259 Happy Happy Joy Joy Week
11
0800 - 2259 Happy Happy Joy Joy Week
12
0800 - 2259 Happy Happy Joy Joy Week
13
0800 - 2259 Happy Happy Joy Joy Week
0900 - 1000 Repeat weekly starting 15 October
14 15 16
1100 - 1130 First and Third Wednesdays
1900 - 2100 Random Event
17
0800 - 1700 Weekly Event
18 19
20
0900 - 1000 Repeat weekly starting 15 October
21 22
1152 - 1152 Second and Fourth Tuesday
23 24
0800 - 1700 Weekly Event
25 26
27
0900 - 1000 Repeat weekly starting 15 October
28
1300 - 1400 Last Mondays
29 30 31
0800 - 1700 Weekly Event
   

The code for this page

{exp:repeet:get_ids weblog="events2" parse="inward" calendar="yes"}
{exp:repeet:calendar switch="calendarToday|calendarCell" weblog="events2" entry_id="{repeet:entry_ids}" interval_field="event_repeat" include_field="event_dates" exclude_field="exclude_dates" show_future_entries="yes" show_expired="yes"}

<table class="calendarBG" cellpadding="6" border="0" cellspacing="1" summary="My Calendar" width="90%">
<tr class="calendarHeader">
<th><div class="calendarMonthLinks"><a href="{previous_path=ee/repeet_example5}"><<</a></div></th>
<th colspan="5">{date format="%F %Y"}</th>
<th><div class="calendarMonthLinks"><a class="calendarMonthLinks" href="{next_path=ee/repeet_example5}">>></a></div></th>
</tr>
<tr>
{calendar_heading}
<td class="calendarDayHeading">{lang:weekday_abrev}</td>
{/calendar_heading}
</tr>

{calendar_rows }
{row_start}<tr>{/row_start}

{if entries}
<td class='{switch}' align='center'>
<a href="{day_path=ee/repeet_example2}">{day_number}</a>
{entries}
<div><a href="{title_permalink=ee/repeet_example6}">{title}</a></div>
{/entries}
</td>
{/if}

{if not_entries}
<td class='{switch}' align='center'>{day_number}</td>
{/if}

{if blank}
<td class='calendarBlank'> </td>
{/if}

{row_end}</tr>{/row_end}
{/calendar_rows}
</table>
{/exp:repeet:calendar}
{/exp:repeet:get_ids}